Skip to main content

TdxEMFCustomSession.DataProvider Property

Specifies the data provider used to link the session component with a connection object.

Declaration

property DataProvider: TdxEMFCustomDataProvider read; write;

Property Value

Type
TdxEMFCustomDataProvider

Remarks

You can assign any data provider component (a TdxEMFCustomDataProvider descendant) to this property. Refer to the TdxEMFCustomDataProvider class description to learn about the data provider components shipped with the ExpressEntityMapping Framework.

See Also