TestLookupDataBase<(Of <(<'TEntity>)>)>..::..TableToProcess Property
Gets the table to process.
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IQueryable<TEntity> TableToProcess { get; }
Public ReadOnly Property TableToProcess As IQueryable(Of TEntity) Get
public: property IQueryable<TEntity>^ TableToProcess { IQueryable<TEntity>^ get (); }