C# Class System.Data.SqlClient.SqlCommandBuilder

Inheritance: System.Data.ProviderBase.AbstractDbCommandBuilder
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
BuildCache void
BuildInformation void
CreateDeleteCommand SqlCommand
CreateInsertCommand SqlCommand
CreateNewCommand void
CreateParameter SqlParameter
CreateUpdateCommand SqlCommand
GetQuotedString string
IncludedInInsert bool
IncludedInUpdate bool
IncludedInWhereClause bool
RefreshSchema void
RowUpdatingHandler void

Méthodes publiques

Méthode Description
DeriveParameters ( SqlCommand command ) : void
GetDeleteCommand ( ) : SqlCommand
GetInsertCommand ( ) : SqlCommand
GetUpdateCommand ( ) : SqlCommand
SqlCommandBuilder ( ) : System
SqlCommandBuilder ( SqlDataAdapter adapter ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
BuildCache ( bool closeConnection ) : void
BuildInformation ( DataTable schemaTable ) : void
CreateDeleteCommand ( DataRow row, DataTableMapping tableMapping ) : SqlCommand
CreateInsertCommand ( DataRow row, DataTableMapping tableMapping ) : SqlCommand
CreateNewCommand ( SqlCommand &command ) : void
CreateParameter ( int parmIndex, DataRow schemaRow ) : SqlParameter
CreateUpdateCommand ( DataRow row, DataTableMapping tableMapping ) : SqlCommand
GetQuotedString ( string value ) : string
IncludedInInsert ( DataRow schemaRow ) : bool
IncludedInUpdate ( DataRow schemaRow ) : bool
IncludedInWhereClause ( DataRow schemaRow ) : bool
RefreshSchema ( ) : void
RowUpdatingHandler ( object sender, System.Data.SqlClient.SqlRowUpdatingEventArgs e ) : void

Method Details

DeriveParameters() public static méthode

public static DeriveParameters ( SqlCommand command ) : void
command SqlCommand
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetDeleteCommand() public méthode

public GetDeleteCommand ( ) : SqlCommand
Résultat SqlCommand

GetInsertCommand() public méthode

public GetInsertCommand ( ) : SqlCommand
Résultat SqlCommand

GetUpdateCommand() public méthode

public GetUpdateCommand ( ) : SqlCommand
Résultat SqlCommand

SqlCommandBuilder() public méthode

public SqlCommandBuilder ( ) : System
Résultat System

SqlCommandBuilder() public méthode

public SqlCommandBuilder ( SqlDataAdapter adapter ) : System
adapter SqlDataAdapter
Résultat System