Freigeben über


NewRowFromBuilder Method

Creates a new row from an existing row.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.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

Return Value

Type: System.Data..::.DataRow
Returns the new DataRow created from specified builder.

Remarks

The DataRowBuilder type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Permissions

See Also

Reference

CatalogItemsDataSet..::.CatalogItemsDataTable Class

CatalogItemsDataSet..::.CatalogItemsDataTable Members

Microsoft.CommerceServer.Catalog Namespace