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

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

Gets the result.

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

Syntax


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

Field Value

The result.