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.DataAccess.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
List<DataSourceParameterBase> | A list of DataSourceParameterBase objects that specify supported parameters. |
See Also