TimesheetDataSet.CustomFieldsDataTable.NewCustomFieldsRow 方法
在CustomFieldsDataTable中创建一个行。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function NewCustomFieldsRow As TimesheetDataSet.CustomFieldsRow
用法
Dim instance As TimesheetDataSet.CustomFieldsDataTable
Dim returnValue As TimesheetDataSet.CustomFieldsRow
returnValue = instance.NewCustomFieldsRow()
public TimesheetDataSet.CustomFieldsRow NewCustomFieldsRow()
返回值
类型:WebSvcTimeSheet.TimesheetDataSet.CustomFieldsRow
另请参阅
引用
TimesheetDataSet.CustomFieldsDataTable 类