Version

Adapter Property

Returns a reference to the database adapter from which this instance was initialized, or null if this instance is not associated with a database adapter.
Syntax
'Declaration
 
Public ReadOnly Property Adapter As FlatDataSourceAdapterBase
public FlatDataSourceAdapterBase Adapter {get;}
Remarks

This property returns a non-null value in the following scenarios:

  • The FlatDataSource instance is created via the overloaded constructor which takes a reference to a data adapter.
  • The FlatDataSource instance is initialized via the data adapter's Fill method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also