Show / Hide Table of Contents

    OdbcAseDataContext Class

    .NET Standard 2.x

    Represents the entry to the SAP ASE database.

    Namespace: SnapObjects.Data.Odbc

    Assembly: SnapObjects.Data.Odbc.dll

    Syntax

    public class OdbcAseDataContext : DataContext
    

    Constructors

    Name Description
    OdbcAseDataContext(IDataContextOptions dataContextOptions) Initializes a new instance of the OdbcAseDataContext class by passing the OdbcAseDataContextOptions type object as a parameter.
    OdbcAseDataContext(OdbcConnection dbConnection) Initializes a new instance of the OdbcAseDataContext class by passing the OdbcConnection type object as a parameter.
    Back to top Generated by Appeon