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

LookupDataMauiProcessInput<(Of <(<'TEntity>)>)>..::..Query Property

Gets or sets the query.

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

Syntax


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

Field Value

The query.