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