KeyValuePairStringInt32Table.SetRecord Method

This member overrides TeamFoundationTableValueParameter<T>.SetRecord(T, SqlDataRecord).

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overrides Sub SetRecord ( _
    row As KeyValuePair(Of String, Integer), _
    record As SqlDataRecord _
)
public override void SetRecord(
    KeyValuePair<string, int> row,
    SqlDataRecord record
)
public:
virtual void SetRecord(
    KeyValuePair<String^, int> row, 
    SqlDataRecord^ record
) override
abstract SetRecord : 
        row:KeyValuePair<string, int> * 
        record:SqlDataRecord -> unit  
override SetRecord : 
        row:KeyValuePair<string, int> * 
        record:SqlDataRecord -> unit
public override function SetRecord(
    row : KeyValuePair<String, int>, 
    record : SqlDataRecord
)

Parameters

.NET Framework Security

See Also

Reference

KeyValuePairStringInt32Table Class

Microsoft.TeamFoundation.Framework.Server Namespace