Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
确定 ULConnectionStringBuilder 对象是否包含特定关键字。
Public Overrides Function ContainsKey( ByVal keyword As String ) As Boolean
public override bool ContainsKey(string keyword)
keyword 连接关键字的名称。
如果此连接字符串构建器包含指定关键字的值,则为 true;否则返回 false。