RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TestLookupDataBase<(Of <(<'TEntity>)>)>..::..TableToProcess Property

Gets the table to process.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  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 ();
}

Field Value

The table to process.