ModificationResult(ParameterValue[]) Constructor
Initializes a new instance of the ModificationResult class.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| identities | ParameterValue[] |
See Also
Initializes a new instance of the ModificationResult class.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
public ModificationResult(
ParameterValue[] identities
)
Public Sub New(
identities As ParameterValue()
)
| Name | Type |
|---|---|
| identities | ParameterValue[] |