Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查指定列的值是否为 NULL。
Public Overrides Function IsDBNull(ByVal colID As Integer) As Boolean
public override bool IsDBNull(int colID)
colID 列的 ID 号。值必须在 [0,ULDataReader.FieldCount-1] 范围内。游标中第一列的 ID 值为 0。
如果值为 NULL,则返回 true;如果值不为 NULL,则返回 false。
ULException 类 发生 SQL 错误。