| 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.1.0.0 (5.1.0)
Syntaxprotected IJoinOperand RawFromClause { get; }Protected ReadOnly Property RawFromClause As IJoinOperand
	Get
Property Value
Type: 
IJoinOperand
See Also