Responder Developer Guide
DataSource Class Members
Properties  Methods  Events


Version: 10.2.1a

Resource Center Home

The following tables list the members exposed by DataSource.

Public Constructors
 NameDescription
Public ConstructorDataSource ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyDataPersister  
Public PropertyLoader  
Public PropertyProviderFactory  
Public PropertySyntax  
Top
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
Public Events
 NameDescription
Public EventAnnotateDataSet  
Public EventAnnotateTable  
Public EventRealizeSql  
Top
See Also

Reference

DataSource Class
Miner.Data.Access Namespace

 

 


Send Comment