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

DataRepositoryRegistryItem<(Of <(<'TEntity>)>)>..::..Table Property

Gets the table.

Namespace:  RingSoft.DbLookup.Testing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public List<TEntity> Table { get; set; }
Public Property Table As List(Of TEntity)
	Get
	Set
public:
property List<TEntity>^ Table {
	List<TEntity>^ get ();
	void set (List<TEntity>^ value);
}

Field Value

The table.