OrderedGuidTable.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 ( _
t As Guid, _
record As SqlDataRecord _
)
public override void SetRecord(
Guid t,
SqlDataRecord record
)
public:
virtual void SetRecord(
Guid t,
SqlDataRecord^ record
) override
abstract SetRecord :
t:Guid *
record:SqlDataRecord -> unit
override SetRecord :
t:Guid *
record:SqlDataRecord -> unit
public override function SetRecord(
t : Guid,
record : SqlDataRecord
)
Parameters
- t
Type: System.Guid
- 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.