Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
RelationCollection IQuerySpec.FromClause { get; }

Property Value

Type: RelationCollection

Implements

IQuerySpecFromClause
See Also