Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値を UUID (System.Guid) 型として返します。
Public Overrides Function GetGuid(ByVal colID As Integer) As Guid
public override Guid GetGuid(int colID)
colID カラムの ID 番号。値は、[0,ULDataReader.FieldCount-1] の範囲内であることが必要です。カーソルの先頭カラムの ID 値は 0 です。
GUID 型として返されるカラム値。
ULException クラス SQL エラーが発生しました。
このメソッドが有効なのは、ULDbType.UniqueIdentifier 型のカラム、または長さが 16 の ULDbType.Binary 型のカラムの場合だけです。