SelectQuery..::..NestedQuery Property
Gets the nested query.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public SelectQuery NestedQuery { get; set; }
Public Property NestedQuery As SelectQuery Get Set
public: property SelectQuery^ NestedQuery { SelectQuery^ get (); void set (SelectQuery^ value); }