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

SelectQueryMaui<(Of <(<'TEntity>)>)>..::..ListResult Property

Gets the list result.

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

Syntax


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

Field Value

The list result.