TimesheetDataSet.ActionsDataTable.AddActionsRow 方法 (TimesheetDataSet.ActionsRow)
将一个ActionsRow对象添加到ActionsDataTable中。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Sub AddActionsRow ( _
row As TimesheetDataSet.ActionsRow _
)
用法
Dim instance As TimesheetDataSet.ActionsDataTable
Dim row As TimesheetDataSet.ActionsRow
instance.AddActionsRow(row)
public void AddActionsRow(
TimesheetDataSet.ActionsRow row
)
参数
row
类型:WebSvcTimeSheet.TimesheetDataSet.ActionsRow包含要添加的行。
另请参阅
引用
TimesheetDataSet.ActionsDataTable 类