Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 以 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 错误。
仅对于类型为 LDbType.Binary、ULDbType.LongBinary 或 DbType.UniqueIdentifier 的列有效。