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 クラス

 

Remove メソッド

ULParameter をコレクションから削除します。

構文
Visual Basic
Public Overrides Sub Remove( _
   ByVal value As Object _
)
C#
public override void Remove(
   object value
);
パラメータ
  • value   削除する ULParameter オブジェクト。

参照