FiscalPeriodDataSet.FiscalPeriodsDataTable.AddFiscalPeriodsRow method (FiscalPeriodDataSet.FiscalPeriodsRow)
Adds the specified row of fiscal period information to the FiscalPeriodsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddFiscalPeriodsRow ( _
row As FiscalPeriodDataSet.FiscalPeriodsRow _
)
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsDataTable
Dim row As FiscalPeriodDataSet.FiscalPeriodsRow
instance.AddFiscalPeriodsRow(row)
public void AddFiscalPeriodsRow(
FiscalPeriodDataSet.FiscalPeriodsRow row
)
Parameters
row
Type: WebSvcAdmin.FiscalPeriodDataSet.FiscalPeriodsRowThe FiscalPeriodsRow object to add.
See also
Reference
FiscalPeriodDataSet.FiscalPeriodsDataTable class