Class ImportDataAccessLayer
Data access for managing the data transfer between the simplic database and the remote system
Inheritance
System.Object
ImportDataAccessLayer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class ImportDataAccessLayer
Constructors
| Improve this Doc View SourceImportDataAccessLayer()
Create import data access layer
Declaration
public ImportDataAccessLayer()
Properties
| Improve this Doc View SourceIDataAccessLayer
Declaration
public IImportDataAccessLayer IDataAccessLayer { get; }
Property Value
Type | Description |
---|---|
IImportDataAccessLayer |
Methods
| Improve this Doc View SourceLoadData(InstanceData_Import_Info, InstanceData_Interface_Info)
Load Any Datas from its source
Declaration
public IDataReader LoadData(InstanceData_Import_Info Source, InstanceData_Interface_Info SourceInfo)
Parameters
Type | Name | Description |
---|---|---|
InstanceData_Import_Info | Source | |
InstanceData_Interface_Info | SourceInfo |
Returns
Type | Description |
---|---|
System.Data.IDataReader |