Show / Hide Table of Contents

    OdbcDataContextOptions Class

    .NET Standard 2.x

    Represents the options for the OdbcDataContext object.

    Namespace: SnapObjects.Data.Odbc

    Assembly: SnapObjects.Data.Odbc.dll

    Syntax

    public class OdbcDataContextOptions : DataContextOptions
    

    Constructors

    Name Description
    OdbcDataContextOptions(string connectionString) Initializes a new instance of the OdbcDataContextOptions class by passing the connection string as a parameter.
    Back to top Generated by Appeon