Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFDataViewRecord(EFDataView, DbDataRecord) Constructor

Creates a new instance of the EFDataViewRecord class.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v19.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