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