Skip to main content
.NET 6.0+

ObjectRecord(Type, Object, Nullable<Int32>) Constructor

Initializes a new instance of the ObjectRecord class with specified settings.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ObjectRecord(
    Type objectType,
    object objectKeyValue,
    int? rowHandle
)

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