Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL 拡張: 指定されたカラムの値を System.Bytes 配列として返します。
Public Function GetBytes(ByVal colID As Integer) As Byte()
public byte[] GetBytes(int colID)
colID カラムの ID 番号。値は、[0,ULDataReader.FieldCount-1] の範囲内であることが必要です。カーソルの先頭カラムの ID 値は 0 です。
System.Bytes 配列として返されるカラム値。
ULException クラス SQL エラーが発生しました。
ULDbType.Binary 型、ULDbType.LongBinary 型、ULDbType.UniqueIdentifier 型のカラムの場合にのみ有効です。