Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDbConnection Class
Properties Methods


In This Topic
    NDbConnection Class Members
    In This Topic

    The following tables list the members exposed by NDbConnection.

    Public Properties
     NameDescription
    Public PropertyChecks whether the connection is opened.  
    Top
    Public Methods
     NameDescription
    Public MethodCloses the connection.  
    Public MethodExecutes a SQL statement against this connection and returns the number of affected rows.  
    Public MethodExecutes the query against this connection, and returns an NDbDataReader.  
    Public MethodExecutes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.  
    Public MethodGets a data table that contains information about the tables inside the database.  
    Public Methodstatic (Shared in Visual Basic)Gets whether the specified connection type is supported.  
    Public Methodstatic (Shared in Visual Basic)Opens a data connection given the specified connection string. Throws an exception on error.  
    Public Methodstatic (Shared in Visual Basic)Tests whether the specified connection can be opened.  
    Top
    See Also