dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlDataSet Class / Connection Property

In This Topic
    Connection Property (SqlDataSet)
    In This Topic
    Associated SqlConnection.
    Syntax
    'Declaration
     
    Public Shadows Property Connection As SqlConnection
    public new SqlConnection Connection {get; set;}

    Property Value

    SqlConnection used by SqlDataSet.
    Remarks

    This property supports the InterForm technology.

    See Also