KeyValuePairStringTable.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 ( _
strings As KeyValuePair(Of String, String), _
record As SqlDataRecord _
)
public override void SetRecord(
KeyValuePair<string, string> strings,
SqlDataRecord record
)
public:
virtual void SetRecord(
KeyValuePair<String^, String^> strings,
SqlDataRecord^ record
) override
abstract SetRecord :
strings:KeyValuePair<string, string> *
record:SqlDataRecord -> unit
override SetRecord :
strings:KeyValuePair<string, string> *
record:SqlDataRecord -> unit
public override function SetRecord(
strings : KeyValuePair<String, String>,
record : SqlDataRecord
)
Parameters
- strings
Type: System.Collections.Generic.KeyValuePair<String, 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.