Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用 System.UInt16 设置指定列的值。
Public Sub SetUInt16(ByVal colID As Integer, ByVal val As UShort)
public void SetUInt16(int colID, ushort val)
colID 列的 ID 号。值必须在 [0,ULDataReader.FieldCount-1] 范围内。游标中第一列的 ID 值为 0。
val 列的新值。
ULException 类 发生 SQL 错误。
直到执行 ULTable.Insert 或 Update 之后,才实际更改行中的数据;而且只有在完成提交后该更改才会成为永久更改。