sync toc
Advanced.Data.Provider
AdpCommand Class
AdpCommand Members
AdpCommand Constructor
AdpCommand Constructor ()
AdpCommand Constructor (String, String)
AdpCommand Constructor (String, String, CommandType)
AdpCommand Constructor (String, AdpConnection)
AdpCommand Constructor (String, AdpConnection, AdpTransaction)
Properties
CommandText Property
CommandTimeout Property
CommandType Property
Connection Property
Parameters Property
Provider Property
Transaction Property
UpdatedRowSource Property
Methods
Cancel Method
CreateParameter Method
CreateParameter Method ()
CreateParameter Method (String, DbType)
CreateParameter Method (String, DbType, Int32)
CreateParameter Method (String, DbType, Int32, ParameterDirection, Byte, Byte, String, DataRowVersion, Object)
CreateParameter Method (String, DbType, Int32, String)
CreateParameter Method (String, Object)
Dispose Method
ExecuteDataSet Method
ExecuteDataSet Method ()
ExecuteDataSet Method (String)
ExecuteDataTable Method
ExecuteDataTable Method ()
ExecuteDataTable Method (String)
ExecuteNonQuery Method
ExecuteReader Method
ExecuteReader Method ()
ExecuteReader Method (CommandBehavior)
ExecuteScalar Method
Prepare Method
AdpConnection Class
AdpConnection Members
AdpConnection Constructor
AdpConnection Constructor ()
AdpConnection Constructor (String)
Properties
ConnectionString Property
ConnectionTimeout Property
Database Property
Provider Property
State Property
Methods
BeginTransaction Method
BeginTransaction Method ()
BeginTransaction Method (IsolationLevel)
ChangeDatabase Method
Close Method
CreateCommand Method
Dispose Method
GetGeneratedID Method
Open Method
AdpDataAdapter Class
AdpDataAdapter Members
AdpDataAdapter Constructor
AdpDataAdapter Constructor ()
AdpDataAdapter Constructor (AdpCommand)
AdpDataAdapter Constructor (String, AdpConnection)
AdpDataAdapter Constructor (String, String)
Properties
DeleteCommand Property
InsertCommand Property
MissingMappingAction Property
MissingSchemaAction Property
SelectCommand Property
TableMappings Property
UpdateCommand Property
Methods
Fill Method
Fill Method (DataSet)
Fill Method (DataSet, String)
FillSchema Method
GetFillParameters Method
Update Method
Update Method (DataRow)
Update Method (DataRow[])
Update Method (DataSet)
Update Method (DataSet, String)
AdpDataReader Class
AdpDataReader Members
AdpDataReader Constructor
Properties
Depth Property
FieldCount Property
IsClosed Property
Item Property
RecordsAffected Property
Methods
Close Method
Dispose Method
GetBoolean Method
GetByte Method
GetBytes Method
GetChar Method
GetChars Method
GetData Method
GetDataTypeName Method
GetDateTime Method
GetDecimal Method
GetDouble Method
GetFieldType Method
GetFloat Method
GetGuid Method
GetInt16 Method
GetInt32 Method
GetInt64 Method
GetName Method
GetOrdinal Method
GetSchemaTable Method
GetString Method
GetValue Method
GetValues Method
IsDBNull Method
NextResult Method
Read Method
AdpParameter Class
AdpParameter Members
AdpParameter Constructor
Properties
AdpType Property
DbType Property
Direction Property
IsNullable Property
ParameterName Property
Precision Property
Scale Property
Size Property
SourceColumn Property
SourceVersion Property
Value Property
AdpParameterCollection Class
AdpParameterCollection Members
AdpParameterCollection Constructor
Fields
_Collection Field
Properties
Count Property
IsFixedSize Property
IsReadOnly Property
IsSynchronized Property
Item Property
SyncRoot Property
Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
AdpProvider Class
AdpProvider Members
AdpProvider Constructor
Properties
Description Property
Name Property
ParamPrefix Property
Providers Property
Methods
CreateConnection Method
CreateDataAdapter Method
CreateProvider Method
AdpProviderCollection Class
AdpProviderCollection Members
AdpProviderCollection Constructor
Properties
Item Property
Methods
Add Method
Contains Method
Contains Method (AdpProvider)
Contains Method (String)
GetEnumerator Method
Remove Method
AdpProviderEnumerator Class
AdpProviderEnumerator Members
AdpProviderEnumerator Constructor
Properties
Current Property
Methods
MoveNext Method
Reset Method
AdpTransaction Class
AdpTransaction Members
AdpTransaction Constructor
Properties
Connection Property
IsolationLevel Property
Methods
Commit Method
Dispose Method
Rollback Method
AdpType Enumeration
IAdpCommand Interface
IAdpCommand Members
Properties
Connection Property
Parameters Property
Transaction Property
Methods
CreateParameter Method
ExecuteReader Method
ExecuteReader Method ()
ExecuteReader Method (CommandBehavior)
IAdpConnection Interface
IAdpConnection Members
Methods
BeginTransaction Method
BeginTransaction Method ()
BeginTransaction Method (IsolationLevel)
CreateCommand Method
IAdpDataAdapter Interface
IAdpDataAdapter Members
Properties
DeleteCommand Property
InsertCommand Property
SelectCommand Property
UpdateCommand Property
IAdpDataReader Interface
IAdpDataReader Members
Methods
GetData Method
IAdpTransaction Interface
IAdpTransaction Members
Properties
Connection Property