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