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 |
|
|