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 类

 

Remove 方法

从集合中删除一个 ULParameter。

语法
Visual Basic
Public Overrides Sub Remove( _
   ByVal value As Object _
)
C#
public override void Remove(
   object value
);
参数
  • value   要删除的 ULParameter 对象。

另请参见