DbfDataSource Class
Data source class implements Exp.-Imp. using by Dbf-file
Namespace:
Xafari.Data
Assembly: Xafari.Data (in Xafari.Data.dll)
- c#
- VB
public class DbfDataSource : IDataSource
Public Class DbfDataSource
Implements IDataSource
End Class
| Name | Description | |
|---|---|---|
|
DbfDataSource() | The constructor Data Source Dbf-file |
|
DbfDataSource(string) | The constructor Data Source Dbf-file |
| Name | Description | |
|---|---|---|
|
DestinationPath | Represents a string that contains the path where data will be stored during export operation. |
|
Schema | The scheme mapping data types. |
|
SourcePath | Represents a string that contains the path to the data that will be read during the import operation. |
|
Tables | List of Tables data source. |
| Name | Description | |
|---|---|---|
|
Add(IRow) | Adds a string of data IRow in dbf-file |
|
Close() | Close data source |
|
GetDataTable(string) | Returns the fill a DataTable named tableName from the open Dbf-file |
|
GetTable(string) | Get table by name |
|
OnClosed() | Handler of event on closed |
|
OnOpened() | Handler of event Opened |
|
Open() | Open data source |
| Name | Description | |
|---|---|---|
|
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
|
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
|
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
|
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Xafari.Data.DbfDataSource
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.