Gets select query.

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

Syntax

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

Property Value

Type: IRetrievalQuery

See Also