Search Results for

    Show / Hide Table of Contents

    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 Source

    ImportDataAccessLayer()

    Create import data access layer

    Declaration
    public ImportDataAccessLayer()

    Properties

    | Improve this Doc View Source

    IDataAccessLayer

    Declaration
    public IImportDataAccessLayer IDataAccessLayer { get; }
    Property Value
    Type Description
    IImportDataAccessLayer

    Methods

    | Improve this Doc View Source

    LoadData(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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx