Mono Class Library: Overview

System.Data.SqlClient.SqlDataAdapter: Members

The members of System.Data.SqlClient.SqlDataAdapter are listed below.

See Also: Inherited members from System.Data.Common.DbDataAdapter

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

DeleteCommandSqlCommand. Documentation for this section has not yet been entered.
InsertCommandSqlCommand. Documentation for this section has not yet been entered.
SelectCommandSqlCommand. Documentation for this section has not yet been entered.
override
UpdateBatchSizeint. Documentation for this section has not yet been entered.
UpdateCommandSqlCommand. Documentation for this section has not yet been entered.

Protected Methods

override
AddToBatch(System.Data.IDbCommand) : int
Documentation for this section has not yet been entered.
override
ClearBatch()
Documentation for this section has not yet been entered.
override
CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping) : System.Data.Common.RowUpdatedEventArgs
Documentation for this section has not yet been entered.
override
CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping) : System.Data.Common.RowUpdatingEventArgs
Documentation for this section has not yet been entered.
override
Dispose(bool)
Documentation for this section has not yet been entered.
override
ExecuteBatch() : int
Documentation for this section has not yet been entered.
override
GetBatchedParameter(int, int) : System.Data.IDataParameter
Documentation for this section has not yet been entered.
override
InitializeBatching()
Documentation for this section has not yet been entered.
override
OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)
Documentation for this section has not yet been entered.
override
OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)
Documentation for this section has not yet been entered.
override
TerminateBatching()
Documentation for this section has not yet been entered.

Public Events

RowUpdatedDocumentation for this section has not yet been entered.
RowUpdatingDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICloneable.CloneDocumentation for this section has not yet been entered.
System.Data.IDbDataAdapter.DeleteCommandSystem.Data.IDbCommand. Documentation for this section has not yet been entered.
System.Data.IDbDataAdapter.InsertCommandSystem.Data.IDbCommand. Documentation for this section has not yet been entered.
System.Data.IDbDataAdapter.SelectCommandSystem.Data.IDbCommand. Documentation for this section has not yet been entered.
[read-only]
System.Data.IDataAdapter.TableMappingsSystem.Data.ITableMappingCollection. Documentation for this section has not yet been entered.
System.Data.IDbDataAdapter.UpdateCommandSystem.Data.IDbCommand. Documentation for this section has not yet been entered.