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 值的验证方式。