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

상속: System.Data.Common.DbDataAdapter, IDbDataAdapter, IDataAdapter, ICloneable
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SqlDataAdapter ( ) : System
SqlDataAdapter ( SqlCommand selectCommand ) : System
SqlDataAdapter ( string selectCommandText, SqlConnection selectConnection ) : System
SqlDataAdapter ( string selectCommandText, string selectConnectionString ) : System

보호된 메소드들

메소드 설명
CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
Dispose ( bool disposing ) : void
OnRowUpdated ( RowUpdatedEventArgs value ) : void
OnRowUpdating ( RowUpdatingEventArgs value ) : void

메소드 상세

CreateRowUpdatedEvent() 보호된 메소드

protected CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
리턴 System.Data.Common.RowUpdatedEventArgs

CreateRowUpdatingEvent() 보호된 메소드

protected CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
리턴 System.Data.Common.RowUpdatingEventArgs

Dispose() 보호된 메소드

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

OnRowUpdated() 보호된 메소드

protected OnRowUpdated ( RowUpdatedEventArgs value ) : void
value RowUpdatedEventArgs
리턴 void

OnRowUpdating() 보호된 메소드

protected OnRowUpdating ( RowUpdatingEventArgs value ) : void
value RowUpdatingEventArgs
리턴 void

SqlDataAdapter() 공개 메소드

public SqlDataAdapter ( ) : System
리턴 System

SqlDataAdapter() 공개 메소드

public SqlDataAdapter ( SqlCommand selectCommand ) : System
selectCommand SqlCommand
리턴 System

SqlDataAdapter() 공개 메소드

public SqlDataAdapter ( string selectCommandText, SqlConnection selectConnection ) : System
selectCommandText string
selectConnection SqlConnection
리턴 System

SqlDataAdapter() 공개 메소드

public SqlDataAdapter ( string selectCommandText, string selectConnectionString ) : System
selectCommandText string
selectConnectionString string
리턴 System