Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムのデフォルトが、現在の日付 (ULDbType.Date) に設定されているかどうかをチェックします。
Public Function IsColumnCurrentDate( ByVal columnID As Integer ) As Boolean
public bool IsColumnCurrentDate(int columnID)
columnID カラムの ID 番号。値は、[0,ULCursorSchema.ColumnCount-1] の範囲内であることが必要です。テーブルの先頭カラムの ID 値は 0 です。
カラムのデフォルトが現在の日付に設定されている場合は true、現在の日付に設定されていない場合は false。
ULException クラス SQL エラーが発生しました。