Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値をグローバル一意識別子 (GUID) として返します。
Public Overrides Function GetGuid(ByVal ordinal As Integer) As Guid
public override Guid GetGuid(int ordinal)
ordinal 値の取得元のカラムを示す順序数。番号は 0 から始まります。
指定されたカラムの値。
取り出されるデータは、すでにグローバル一意識別子またはバイナリ (16) である必要があります。
SADataReader.IsDBNull メソッドを呼び出して NULL 値を確認してから、このメソッドを呼び出します。