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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .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   取り出すパラメータの名前。

参照