IDataSource Interface
Provides access to an external data for import or export operations. Every custom data source should implement this interface in order to be used properly.
Namespace:
Xafari.Data
Assembly: Xafari.Data (in Xafari.Data.dll)
Name | Description | |
---|---|---|
![]() |
DestinationPath | Represents a string that contains the path where data will be stored during export operation. |
![]() |
Schema | Gets type mapping schema. |
![]() |
SourcePath | Represents a string that contains the path to the data that will be read during the import operation. |
![]() |
Tables | Gets collection of tables from data source. |
Name | Description | |
---|---|---|
![]() |
Close() | Closes data source. |
![]() |
GetTable(string) | Gets table by name. |
![]() |
Open() | Opens data source. |
Windows Phone 8.1, Windows Phone 8, Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.