SqlDataRecord.SetGuid(Int32, Guid) 方法

定义

将列中存储的数据设置为指定的 Guid 值。Sets the data stored in the column to the specified Guid value.

public:
 virtual void SetGuid(int ordinal, Guid value);
public virtual void SetGuid (int ordinal, Guid value);
abstract member SetGuid : int * Guid -> unit
override this.SetGuid : int * Guid -> unit
Public Overridable Sub SetGuid (ordinal As Integer, value As Guid)

参数

ordinal
Int32

从零开始的列序号。The zero-based ordinal of the column.

value
Guid

列的新值。The new value of the column.

例外

ordinal 小于 0 或大于列数(即 FieldCount)。The ordinal is less than 0 or greater than the number of columns (that is, FieldCount).

适用于