Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
以全局唯一标识符(global unique identifier,简称 GUID)形式返回指定列的值。
Public Overrides Function GetGuid(ByVal ordinal As Integer) As Guid
public override Guid GetGuid(int ordinal)
ordinal 表示获取值的来源列的顺序号。编号从零开始。
指定列的值。
检索的数据必须已经是全局唯一的标识符或 binary(16) 值。
在调用此方法之前,调用 SADataReader.IsDBNull 方法以检查是否存在空值。