Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSource.Parameters Property

Gets a list of parameters you can use in CriteriaOperators passed to the XPObjectSource.Filter, XPObjectSource.GroupFilter, XPObjectSource.Properties and XPObjectSource.Sorting properties.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public List<DataSourceParameterBase> Parameters { get; }

Property Value

Type Description
List<DataSourceParameterBase>

A list of DataSourceParameterBase objects that specify supported parameters.

See Also