dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnection Class

In This Topic
    SqlConnection Class Properties
    In This Topic

    For a list of all members of this type, see SqlConnection members.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)  
    Public Propertystatic (Shared in Visual Basic)  
    Public PropertyOverridden. Gets or sets the string used to open a SQL Server connection.  
    Public PropertyOverridden. Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the name of the current database or the database to be used once a connection is open.  
    Public PropertyGets or sets the name of the instance of SQL Server to which to connect.  
    Public PropertyDetermines whether to handle errors, treated as exceptions, in the InfoMessage event handler.  
    Public PropertyIndicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase)
    Public PropertyDetermines whether the ConnectionLost event, which allows implicit reconnecting and reexectuting the corresponding operation, occurs after connection is lost.  
    Public PropertyGets or sets the name of the component.  
    Public PropertyGets or sets a form or other container that the SqlConnection instance belongs to.  
    Public PropertyGets or sets the user's password to connect.  
    Public PropertyOverridden. Gets a string containing the version of the instance of SQL Server to which the client is connected.  
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets the current state of the connection.  
    Public PropertyDetermines whether to enable statistics gathering for the connection.  
    Public PropertyGets or sets the name of the user to connect.  
    Public PropertyGets a string that identifies the database client.  
    Top
    See Also