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

DataRepositoryRegistry..::..GetList<(Of <(<'TEntity>)>)> Method

Gets the list.

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

Syntax


public List<TEntity> GetList<TEntity>()
Public Function GetList(Of TEntity) As List(Of TEntity)
public:
generic<typename TEntity>
List<TEntity>^ GetList()

Type Parameters

TEntity
The type of the t entity.

Return Value

List<TEntity>.