Show / Hide Table of Contents

    SqlServerDataContextOptions Class

    .NET Standard 2.x

    Represents the options for the SqlServerDataContext object.

    Namespace: SnapObjects.Data.SqlServer

    Assembly: SnapObjects.Data.SqlServer.dll

    Syntax

    public class SqlServerDataContextOptions : DataContextOptions
    

    Constructors

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