QueryParameterCollection(OperandValue[]) Constructor
Initializes and populates a new instance of the QueryParameterCollection class.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameters | OperandValue[] | An array of OperandValue objects that are added to the collection. |
See Also