Click or drag to resize

QuerySpecRawFromClause Property

Gets the last clause on the from clause set list or null if nothing is there. Used with unwrapping tvf calls.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected IJoinOperand RawFromClause { get; }

Property Value

Type: IJoinOperand
See Also