ObjectRecord(Type, Object, Nullable<Int32>) Constructor
Initializes a new instance of the ObjectRecord class with specified settings.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectType | Type | A Type of a business object wrapped in an ObjectRecord. |
objectKeyValue | Object | A key value of an object wrapped in an ObjectRecord. |
rowHandle | Nullable<Int32> | A nullable integer value that identifies the data row bound to an ObjectRecord. |
See Also