Search Results for

    Show / Hide Table of Contents

    Class ImportSybaseSQL

    Inheritance
    System.Object
    ImportSybaseSQL
    Implements
    IImportSQLDataAccessLayer
    IImportDataAccessLayer
    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 ImportSybaseSQL : IImportSQLDataAccessLayer, IImportDataAccessLayer

    Methods

    | Improve this Doc View Source

    Close()

    Close SQL-DAL

    Declaration
    public void Close()
    | Improve this Doc View Source

    GetData(InstanceData_Interface_Info, IDictionary<String, Object>, XmlNode)

    Get Data From SQL-DAL

    Declaration
    public IDataReader GetData(InstanceData_Interface_Info SourceInfo, IDictionary<string, object> Parameter, XmlNode SourceSQL)
    Parameters
    Type Name Description
    InstanceData_Interface_Info SourceInfo
    System.Collections.Generic.IDictionary<System.String, System.Object> Parameter
    System.Xml.XmlNode SourceSQL
    Returns
    Type Description
    System.Data.IDataReader

    Implements

    IImportSQLDataAccessLayer
    IImportDataAccessLayer
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx