C# 클래스 System.Data.SqlClient.SqlCommandBuilder

상속: System.Data.ProviderBase.AbstractDbCommandBuilder
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
DeriveParameters ( SqlCommand command ) : void
GetDeleteCommand ( ) : SqlCommand
GetInsertCommand ( ) : SqlCommand
GetUpdateCommand ( ) : SqlCommand
SqlCommandBuilder ( ) : System
SqlCommandBuilder ( SqlDataAdapter adapter ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DeriveParameters() 공개 정적인 메소드

public static DeriveParameters ( SqlCommand command ) : void
command SqlCommand
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetDeleteCommand() 공개 메소드

public GetDeleteCommand ( ) : SqlCommand
리턴 SqlCommand

GetInsertCommand() 공개 메소드

public GetInsertCommand ( ) : SqlCommand
리턴 SqlCommand

GetUpdateCommand() 공개 메소드

public GetUpdateCommand ( ) : SqlCommand
리턴 SqlCommand

SqlCommandBuilder() 공개 메소드

public SqlCommandBuilder ( ) : System
리턴 System

SqlCommandBuilder() 공개 메소드

public SqlCommandBuilder ( SqlDataAdapter adapter ) : System
adapter SqlDataAdapter
리턴 System