| New member/overload additions in .NET v1.1.4322 |
.cctor |
| private static OracleCommandBuilder() |
|
.ctor |
| public OracleCommandBuilder() |
| public OracleCommandBuilder(System.Data.OracleClient.OracleDataAdapter adapter) |
|
_behavior |
| private System.Data.OracleClient.CommandBuilderBehavior _behavior |
|
_builder |
| private System.Text.StringBuilder _builder |
|
_catalogLocation |
| private System.Data.OracleClient.CatalogLocation _catalogLocation |
|
_catalogSeparator |
| private System.String _catalogSeparator |
|
_dataAdapter |
| private System.Data.IDbDataAdapter _dataAdapter |
|
_dbSchemaRows |
| private System.Data.OracleClient.DBSchemaRow[] _dbSchemaRows |
|
_dbSchemaTable |
| private System.Data.DataTable _dbSchemaTable |
|
_deleteCommand |
| private System.Data.IDbCommand _deleteCommand |
|
_insertCommand |
| private System.Data.IDbCommand _insertCommand |
|
_missingMappingAction |
| private System.Data.MissingMappingAction _missingMappingAction |
|
_quotedBaseTableName |
| private System.String _quotedBaseTableName |
|
_quotePrefix |
| private System.String _quotePrefix |
|
_quoteSuffix |
| private System.String _quoteSuffix |
|
_rowUpdatingHandler |
| private System.Data.OracleClient.OracleRowUpdatingEventHandler _rowUpdatingHandler |
|
_schemaSeparator |
| private System.String _schemaSeparator |
|
_sourceColumnNames |
| private System.String[] _sourceColumnNames |
|
_updateCommand |
| private System.Data.IDbCommand _updateCommand |
|
And |
| private static System.String And |
|
ApplyParameterInfo |
| private void ApplyParameterInfo(System.Data.IDbDataParameter parameter, System.Data.DataRow dataRow) |
|
base_Dispose |
| private void base_Dispose(System.Boolean disposing) |
|
base_GetDeleteCommand |
| private System.Data.IDbCommand base_GetDeleteCommand() |
|
base_GetInsertCommand |
| private System.Data.IDbCommand base_GetInsertCommand() |
|
base_GetUpdateCommand |
| private System.Data.IDbCommand base_GetUpdateCommand() |
|
base_RowUpdatingHandler |
| private void base_RowUpdatingHandler(System.Object sender, System.Data.Common.RowUpdatingEventArgs rowUpdatingEvent) |
|
BuildCache |
| private void BuildCache(System.Boolean closeConnection) |
|
BuildDeleteCommand |
| private System.Data.IDbCommand BuildDeleteCommand(System.Data.Common.DataTableMapping mappings, System.Data.DataRow dataRow) |
|
BuildInformation |
| private void BuildInformation(System.Data.DataTable schemaTable) |
|
BuildInsertCommand |
| private System.Data.IDbCommand BuildInsertCommand(System.Data.Common.DataTableMapping mappings, System.Data.DataRow dataRow) |
|
BuildUpdateCommand |
| private System.Data.IDbCommand BuildUpdateCommand(System.Data.Common.DataTableMapping mappings, System.Data.DataRow dataRow) |
|
BuildWhereClause |
| private System.Int32 BuildWhereClause(System.Data.Common.DataTableMapping mappings, System.Data.DataRow dataRow, System.Text.StringBuilder builder, System.Data.IDbCommand command, System.Int32 parameterCount, System.Boolean isupdate) |
|
Comma |
| private static System.String Comma |
|
CreateParameterForNullTest |
| private System.String CreateParameterForNullTest(System.Data.IDbCommand command, System.Int32 parameterCount, System.Object value) |
|
CreateParameterForValue |
| private System.String CreateParameterForValue(System.Data.IDbCommand command, System.String sourceColumn, System.Data.DataRowVersion version, System.Int32 parameterCount, System.Object value, System.Data.OracleClient.DBSchemaRow row) |
|
DataAdapter |
| public System.Data.OracleClient.OracleDataAdapter DataAdapter |
|
DefaultValues |
| private static System.String DefaultValues |
|
deleteCommandString |
| private static System.String deleteCommandString |
|
DeleteFrom |
| private static System.String DeleteFrom |
|
DeriveParameterCommand_Part1 |
| private static System.String DeriveParameterCommand_Part1 |
|
DeriveParameterCommand_Part2 |
| private static System.String DeriveParameterCommand_Part2 |
|
DeriveParameterCommand_Part3 |
| private static System.String DeriveParameterCommand_Part3 |
|
DeriveParameterCommand_Part4 |
| private static System.String DeriveParameterCommand_Part4 |
|
DeriveParameters |
| public static void DeriveParameters(System.Data.OracleClient.OracleCommand command) |
|
DeriveParametersFromStoredProcedure |
| private static System.Collections.ArrayList DeriveParametersFromStoredProcedure(System.Data.OracleClient.OracleConnection connection, System.Data.OracleClient.OracleCommand command) |
|
Dispose |
| protected void Dispose(System.Boolean disposing) |
|
Equal |
| private static System.String Equal |
|
EqualOne |
| private static System.String EqualOne |
|
FindBuilder |
| private static System.Delegate FindBuilder(System.MulticastDelegate mcd) |
|
get_CatalogLocation |
| private System.Data.OracleClient.CatalogLocation get_CatalogLocation() |
|
get_CatalogSeparator |
| private System.String get_CatalogSeparator() |
|
get_DbDataAdapter |
| private System.Data.IDbDataAdapter get_DbDataAdapter() |
|
get_DeleteCommand |
| private System.Data.IDbCommand get_DeleteCommand() |
|
get_InsertCommand |
| private System.Data.IDbCommand get_InsertCommand() |
|
get_QuotedBaseTableName |
| private System.String get_QuotedBaseTableName() |
|
get_SchemaSeparator |
| private System.String get_SchemaSeparator() |
|
get_UpdateCommand |
| private System.Data.IDbCommand get_UpdateCommand() |
|
GetColumnValue |
| private System.Object GetColumnValue(System.Data.DataRow row, System.String columnName, System.Data.Common.DataTableMapping mappings, System.Data.DataRowVersion version) |
| private System.Object GetColumnValue(System.Data.DataRow row, System.Data.DataColumn column, System.Data.DataRowVersion version) |
|
GetDataColumn |
| private System.Data.DataColumn GetDataColumn(System.String columnName, System.Data.Common.DataTableMapping mappings, System.Data.DataRow row) |
|
GetDeleteCommand |
| public System.Data.OracleClient.OracleCommand GetDeleteCommand() |
|
GetInsertCommand |
| public System.Data.OracleClient.OracleCommand GetInsertCommand() |
|
GetNextParameter |
| private static System.Data.IDbDataParameter GetNextParameter(System.Data.IDbCommand command, System.Int32 pcount) |
|
GetParameterName |
| private System.String GetParameterName(System.Int32 parameterOrdinal) |
|
GetParameterPlaceholder |
| private System.String GetParameterPlaceholder(System.Int32 parameterOrdinal) |
|
GetSelectCommand |
| private System.Data.IDbCommand GetSelectCommand() |
|
GetStringBuilder |
| private System.Text.StringBuilder GetStringBuilder() |
|
GetUpdateCommand |
| public System.Data.OracleClient.OracleCommand GetUpdateCommand() |
|
IncludeInInsertValues |
| private System.Boolean IncludeInInsertValues(System.Data.OracleClient.DBSchemaRow row) |
|
IncludeInUpdateSet |
| private System.Boolean IncludeInUpdateSet(System.Data.OracleClient.DBSchemaRow row) |
|
IncludeInWhereClause |
| private System.Boolean IncludeInWhereClause(System.Data.OracleClient.DBSchemaRow row, System.Boolean isupdate) |
|
IncrementWhereCount |
| private System.Boolean IncrementWhereCount(System.Data.OracleClient.DBSchemaRow row) |
|
InitializeCommand |
| private System.Data.IDbCommand InitializeCommand(System.Data.IDbCommand command) |
|
InsertInto |
| private static System.String InsertInto |
|
IsBehavior |
| private System.Boolean IsBehavior(System.Data.OracleClient.CommandBuilderBehavior behavior) |
|
IsNotBehavior |
| private System.Boolean IsNotBehavior(System.Data.OracleClient.CommandBuilderBehavior behavior) |
|
IsNull |
| private static System.String IsNull |
|
LeftParenthesis |
| private static System.String LeftParenthesis |
|
NameSeparator |
| private static System.String NameSeparator |
|
Or |
| private static System.String Or |
|
QuotedColumn |
| private System.String QuotedColumn(System.String column) |
|
QuotePrefix |
| public System.String QuotePrefix |
|
QuoteSuffix |
| public System.String QuoteSuffix |
|
RefreshSchema |
| public void RefreshSchema() |
|
RemoveExtraParameters |
| private static void RemoveExtraParameters(System.Data.IDbCommand command, System.Int32 usedParameterCount) |
|
ResolveName |
| private static System.UInt32 ResolveName(System.Data.OracleClient.OracleCommand command, System.String nameToResolve, System.String& schema, System.String& part1, System.String& part2, System.String& dblink) |
|
ResolveNameCommand_Part1 |
| private static System.String ResolveNameCommand_Part1 |
|
ResolveNameCommand_Part2 |
| private static System.String ResolveNameCommand_Part2 |
|
RightParenthesis |
| private static System.String RightParenthesis |
|
RowUpdatingHandler |
| private void RowUpdatingHandler(System.Object sender, System.Data.OracleClient.OracleRowUpdatingEventArgs ruevent) |
|
Set |
| private static System.String Set |
|
set_DbDataAdapter |
| private void set_DbDataAdapter(System.Data.IDbDataAdapter value) |
|
set_DeleteCommand |
| private void set_DeleteCommand(System.Data.IDbCommand value) |
|
set_InsertCommand |
| private void set_InsertCommand(System.Data.IDbCommand value) |
|
set_UpdateCommand |
| private void set_UpdateCommand(System.Data.IDbCommand value) |
|
Update |
| private static System.String Update |
|
updateCommandString |
| private static System.String updateCommandString |
|
Values |
| private static System.String Values |
|
Where |
| private static System.String Where |
|