Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
カラムが数値カラム (NUMERIC SQL 型) の場合は、指定されたカラム ID によって識別されたカラムの精度を返します。
Public Function GetColumnPrecision(ByVal columnID As Integer) As Integer
public int GetColumnPrecision(int columnID)
columnID カラムの ID。値は、[0,ColumnCount-1] の範囲内であることが必要です。
指定された数値カラムの精度。
ULException クラス SQL エラーが発生しました。