Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
如果集合包含给定的 DBParameter,则返回 true。
Public Function Contains(ByVal value As Object) As Boolean
public bool Contains(object value)
value 要检查的 DBParameter 对象。
如果该集合中包含 DBParameter,则为 true;否则为 false。