Skip to main content
A newer version of this page is available.

EFDataViewRecord(EFDataView, DbDataRecord) Constructor

Creates a new instance of the EFDataViewRecord class.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.2.dll

Declaration

public EFDataViewRecord(
    EFDataView dataView,
    DbDataRecord dbDataRecord
)

Parameters

Name Type Description
dataView EFDataView

A EFDataView collection in which a new DbDataRecord object is placed.

dbDataRecord DbDataRecord

A DbDataRecord object that is a record to be placed in the EFDataView collection.

See Also