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

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 .NET 编写同步脚本 » 用于 .NET 参考的 MobiLink 服务器 API » DBParameterCollection 类

 

IndexOf( string parameterName ) 方法

语法
int IndexOf( string parameterName )
注释

返回该参数的索引,或者,如果没有任何参数具有给定的名称,则返回 -1。

参数
  • parameterName   要查找的参数的名称。