Show / Hide Table of Contents

    ISqlExecutor.DataContext Property

    .NET Standard 2.x

    Gets the current DataContext object of the SqlExecutor object.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public DataContext DataContext { get; }
    

    Property Value

    SnapObjects.Data.DataContext

    A DataContext object which contains the connection information for the database.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon