ObjectMember.Invoke(Object, Object[]) Method
Invokes the method or constructor represented by the current instance, using the specified parameters.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| instance | Object | A Object value. |
| parameters | Object[] | An array of Object values. |
Returns
| Type | Description |
|---|---|
| Object | A Object value. |
See Also