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 类 » RemoveAt 方法

 

RemoveAt(String) 方法

从集合中删除具有指定名称的参数。

语法
Visual Basic
Public Overrides Sub RemoveAt( _
   ByVal parameterName As String _
)
C#
public override void RemoveAt(
   string  parameterName
);
参数
  • parameterName   要检索的参数的名称。

另请参见