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.0.0.0 (5.0.0)
Syntax
protected IJoinOperand RawFromClause { get; }

Property Value

Type: IJoinOperand
See Also