Click or drag to resize

PlainSQLExpressionQuerySpecification Property

Gets/sets the plain sql query specification represented by this expression.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public PlainSQLQuerySpecification QuerySpecification { get; set; }

Property Value

Type: PlainSQLQuerySpecification
See Also