Responder Developer Guide
DataSource Class Methods


Version: 10.2.1a

Resource Center Home

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

Public Methods
 NameDescription
Public MethodExecuteDataSetExecutes operations against the database that returns multiple records (via a DataSet).  
Public MethodExecuteDataTableExecutes an operation against the database that returns multiple records (via a DataSet).  
Public MethodExecuteNonQueryOverloaded. Executes an operation against the database that does not return a resultset.  
Public MethodExecuteReaderExecutes an operation against the database and returns a DataReader.  
Public MethodExecuteRows  
Public MethodExecuteScalarOverloaded. Executes an operation against the database that returns a scalar (1x1) result.  
Public MethodLockTableCreates an exclusive-lock on the specified table until the end-of-transaction.  
Public Methodstatic (Shared in Visual Basic)MoveTableOverloaded. This function moves a datatable from one dataset to another.  
Top
Protected Methods
 NameDescription
Protected MethodOnAnnotateDataSet  
Protected MethodOnAnnotateTable  
Top
See Also

Reference

DataSource Class
Miner.Data.Access Namespace

 

 


Send Comment