Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
データベースで大文字と小文字が区別されるかどうかをチェックします。
Public ReadOnly Property IsCaseSensitive As Boolean
public bool IsCaseSensitive {get;}
ULException クラス SQL エラーが発生しました。
データベースで大文字と小文字が区別される場合は true、区別されない場合は false。
データベースで大文字と小文字が区別されるかどうかは、テーブルのインデックスと結果セットのソート方法に影響します。また、大文字と小文字の区別は、ULConnectionParms.UserID と ULConnectionParms.Password の値の検証方法にも影響します。