dotConnect for Zoho Desk Documentation
Devart.Data Namespace / SqlShimConnection Class
Fields Properties Methods Events

SqlShimConnection Class Members

The following tables list the members exposed by SqlShimConnection.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)For internal use.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the string used to open a server connection. (Inherited from Devart.Common.DbConnectionBase)
Public PropertyGets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error. (Inherited from Devart.Common.DbConnectionBase)
Public Property (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. (Inherited from Devart.Common.DbConnectionBase)
Public PropertyGets or sets name of the server to which to connect. (Inherited from Devart.Common.DbConnectionBase)
Public PropertyIndicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase)
Public Property  
Public PropertyGets or sets name of the component. (Inherited from Devart.Common.DbConnectionBase)
Public PropertyGets or sets a form or other container that the Devart.Common.DbConnectionBase instance belongs to. (Inherited from Devart.Common.DbConnectionBase)
Public PropertyGets a string containing the version of the instance of the server to which the client is connected. (Inherited from Devart.Common.DbConnectionBase)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets the current state of the connection. (Inherited from Devart.Common.DbConnectionBase)
Top
Public Methods
 NameDescription
Public MethodStarts an asynchronous invocation of an Open method. (Inherited from Devart.Common.DbConnectionBase)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbConnection)
Public MethodChanges the current database associated with an open Devart.Common.DbConnectionBase. (Inherited from Devart.Common.DbConnectionBase)
Public MethodCloses the connection to the data source. This is the preferred method of closing any open connection. (Inherited from Devart.Common.DbConnectionBase)
Public Method (Inherited from System.Data.Common.DbConnection)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodEnds an asynchronous invocation of the Open method. (Inherited from Devart.Common.DbConnectionBase)
Public MethodEnlists in the specified transaction. (Inherited from Devart.Common.DbConnectionBase)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Returns list of metadata collections and number of restrictions for a collection. (Inherited from Devart.Common.DbConnectionBase)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOpens a data source connection with the property settings specified by the ConnectionString. (Inherited from Devart.Common.DbConnectionBase)
Public MethodOverloaded.  (Inherited from System.Data.Common.DbConnection)
Public MethodPerforms a request to Zoho Desk to ensure that the connection is valid.  
Public MethodReloads the list of target objects from the target source. Note that it may take some time.  
Public Method  
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Public EventOccurs when the state of the connection changes. (Inherited from Devart.Common.DbConnectionBase)
Public EventOccurs when the state of the transaction is changed. (Inherited from Devart.Common.DbConnectionBase)
Public EventOccurs when the state of the transaction is changing. (Inherited from Devart.Common.DbConnectionBase)
Top
See Also