Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public SelectQueryDefinition SelectQueryDefinition { get; }
Visual Basic
Public ReadOnly Property SelectQueryDefinition As SelectQueryDefinition
	Get
Visual C++
public:
property SelectQueryDefinition^ SelectQueryDefinition {
	SelectQueryDefinition^ get ();
}
F#
member SelectQueryDefinition : SelectQueryDefinition with get

Property Value

Type: SelectQueryDefinition

See Also