Share via


CoverageDSPriv.MethodDataTable.NewRowFromBuilder Method (DataRowBuilder)

 

Creates a new class data row by using the provided data row builder. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

[DebuggerNonUserCodeAttribute]
protected override DataRow NewRowFromBuilder(
    DataRowBuilder builder
)
protected:
[DebuggerNonUserCodeAttribute]
virtual DataRow^ NewRowFromBuilder(
    DataRowBuilder^ builder
) override
[<DebuggerNonUserCodeAttribute>]
override NewRowFromBuilder : 
        builder:DataRowBuilder -> DataRow
<DebuggerNonUserCodeAttribute>
Protected Overrides Function NewRowFromBuilder (
    builder As DataRowBuilder
) As DataRow

Parameters

Return Value

Type: System.Data.DataRow

A new class data row that is created by using the provided data row builder.

See Also

CoverageDSPriv.MethodDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top