SelectQueryMaui<(Of <(<'TEntity>)>)>..::..Result Property
Gets the result.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IQueryable<TEntity> Result { get; set; }
Public Property Result As IQueryable(Of TEntity) Get Set
public: property IQueryable<TEntity>^ Result { IQueryable<TEntity>^ get (); void set (IQueryable<TEntity>^ value); }