Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides DataTable.NewRowFromBuilder(DataRowBuilder).
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Protected Overrides Function NewRowFromBuilder ( _
builder As DataRowBuilder _
) As DataRow
'Usage
Dim builder As DataRowBuilder
Dim returnValue As DataRow
returnValue = Me.NewRowFromBuilder(builder)
protected override DataRow NewRowFromBuilder(
DataRowBuilder builder
)
Parameters
- builder
Type: System.Data.DataRowBuilder
Return value
Type: System.Data.DataRow
See also
Reference
QueueStatusDataSet.StatusDataTable class