Skip to main content
All docs
V25.1
  • .NET 8.0+

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

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.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