CoverageDSPriv.LinesDataTable.NewRowFromBuilder Method (DataRowBuilder)

 

Returns a new data row by using the provided 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 data row.

See Also

DataRowBuilder
CoverageDSPriv.LinesDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top