| QuerySpecIQuerySpecFromClause Property  | 
 
            Gets the from clause, which is the prepared from clause, created from the plain clause.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
SyntaxRelationCollection IQuerySpec.FromClause { get; }Private ReadOnly Property FromClause As RelationCollection
	Implements IQuerySpec.FromClause
	Get
Property Value
Type: 
RelationCollectionImplements
IQuerySpecFromClause
See Also