DriverDataSet.DriverDepartmentsRowChangeEvent 构造函数
DriverDataSet.DriverDepartmentsRowChangeEvent对象的新实例进行初始化。
命名空间: WebSvcDriver
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Sub New ( _
row As DriverDataSet.DriverDepartmentsRow, _
action As DataRowAction _
)
用法
Dim row As DriverDataSet.DriverDepartmentsRow
Dim action As DataRowAction
Dim instance As New DriverDataSet.DriverDepartmentsRowChangeEvent(row, action)
public DriverDepartmentsRowChangeEvent(
DriverDataSet.DriverDepartmentsRow row,
DataRowAction action
)
参数
- action
类型:System.Data.DataRowAction
另请参阅
引用
DriverDataSet.DriverDepartmentsRowChangeEvent 类