Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ULParameterCollection の末尾に値の配列を追加します。
Public Sub AddRange(ByVal values As ULParameter())
public void AddRange(ULParameter[] values)
values このコレクションの末尾に追加する ULParameter オブジェクトの配列。
これは、DbParameterCollection.AddRange(Array) が厳密に型指定されたものです。