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.
Returns the new DataRow created from specified builder.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.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
)
protected:
virtual DataRow^ NewRowFromBuilder(
DataRowBuilder^ builder
) override
protected override function NewRowFromBuilder(
builder : DataRowBuilder
) : DataRow
Parameters
- builder
Type: System.Data..::.DataRowBuilder
A DataRowBuilder object.
Return Value
Type: System.Data..::.DataRow
A RegionCodeDataSet..::.CountryCodesRow class.
Remarks
The DataRowBuilder type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RegionCodeDataSet..::.CountryCodesDataTable Class