Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULParameterCollection 类 » Contains 方法

 

Contains(Object) 方法

检查集合中是否存在 ULParameter。

语法
Visual Basic
Public Overrides Function Contains( _
   ByVal value As Object _
) As Boolean
C#
public override bool Contains(
   object value
);
参数
  • value   要检查的 ULParameter 对象。

返回值

如果集合中包含该 ULParameter,则为 true;否则为 false。

另请参见