以布尔值形式返回指定列的值。
Visual Basic Public Overrides Function GetBoolean( _ ByVal ordinal As Integer _ ) As Boolean
C# public override bool GetBoolean( int ordinal );
ordinal 表示获取值的来源列的顺序号。编号从零开始。
列的值。
不会进行任何转换,因此检索的数据必须已经是布尔值。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |