SqlCeRowUpdatedEventArgs 생성자

SqlCeRowUpdatedEventArgs 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  System.Data.SqlServerCe
어셈블리:  System.Data.SqlServerCe(System.Data.SqlServerCe.dll)

구문

‘선언
Public Sub New ( _
    dataRow As DataRow, _
    command As IDbCommand, _
    statementType As StatementType, _
    tableMapping As DataTableMapping _
)
‘사용 방법
Dim dataRow As DataRow
Dim command As IDbCommand
Dim statementType As StatementType
Dim tableMapping As DataTableMapping

Dim instance As New SqlCeRowUpdatedEventArgs(dataRow, _
    command, statementType, tableMapping)
public SqlCeRowUpdatedEventArgs(
    DataRow dataRow,
    IDbCommand command,
    StatementType statementType,
    DataTableMapping tableMapping
)
public:
SqlCeRowUpdatedEventArgs(
    DataRow^ dataRow, 
    IDbCommand^ command, 
    StatementType statementType, 
    DataTableMapping^ tableMapping
)
new : 
        dataRow:DataRow * 
        command:IDbCommand * 
        statementType:StatementType * 
        tableMapping:DataTableMapping -> SqlCeRowUpdatedEventArgs
public function SqlCeRowUpdatedEventArgs(
    dataRow : DataRow, 
    command : IDbCommand, 
    statementType : StatementType, 
    tableMapping : DataTableMapping
)

매개 변수

참고 항목

참조

SqlCeRowUpdatedEventArgs 클래스

System.Data.SqlServerCe 네임스페이스