Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
以 16 位无符号整数形式返回指定列的值。
Public Function GetUInt16(ByVal ordinal As Integer) As UShort
public ushort GetUInt16(int ordinal)
ordinal 表示获取值的来源列的顺序号。编号从零开始。
指定列的值。
不会进行任何转换,因此检索的数据必须已经是 16 位无符号整数。