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 ( _
    st As String, _
    record As SqlDataRecord _
)
public override void SetRecord(
    string st,
    SqlDataRecord record
)
public:
virtual void SetRecord(
    String^ st, 
    SqlDataRecord^ record
) override
abstract SetRecord : 
        st:string * 
        record:SqlDataRecord -> unit  
override SetRecord : 
        st:string * 
        record:SqlDataRecord -> unit
public override function SetRecord(
    st : String, 
    record : SqlDataRecord
)
Parameters
- st
 Type: System.String
- record
 Type: Microsoft.SqlServer.Server.SqlDataRecord
.NET Framework Security
- 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.