Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
如果列为数值列(SQL 类型 NUMERIC),则返回由指定的列 ID 标识的列的精度。
Public Function GetColumnPrecision(ByVal columnID As Integer) As Integer
public int GetColumnPrecision(int columnID)
columnID 列的 ID。值必须在 [0,ColumnCount-1] 范围内。
所指定数字列的精度。
ULException 类 发生 SQL 错误。