Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定在比较字符串值时新数据库是否应区分大小写。
Public Property CaseSensitive As Boolean
public bool CaseSensitive {get;set;}
如果数据库应区分大小写,则为 true;如果数据库不应区分大小写,则为 false。缺省值为 false。
CaseSensitive 仅影响字符串数据的比较和排序方式。数据库标识符(如表名、列名、索引名和连接用户 ID)始终不区分大小写。连接口令和数据库加密密钥则始终区分大小写。