LookupDataMaui<(Of <(<'TEntity>)>)>..::..BaseQuery Property
Gets the base query.
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IQueryable<TEntity> BaseQuery { get; set; }
Public Property BaseQuery As IQueryable(Of TEntity) Get Set
public: property IQueryable<TEntity>^ BaseQuery { IQueryable<TEntity>^ get (); void set (IQueryable<TEntity>^ value); }