NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLParameters.RemoveAt

Removes the SQLParameter from the collection.

Overload List

Removes the SQLParameter from the collection given the parameter name.

[Visual Basic] Overloads Public Sub RemoveAt(String)
[C#] public void RemoveAt(String);
[C++] public: void RemoveAt(String*);
[JScript] public function RemoveAt(String);

Removes the SQLParameter from the collection given the specific index.

[Visual Basic] Overloads Overridable Public Sub RemoveAt(Integer)
[C#] public virtual void RemoveAt(int);
[C++] public: virtual void RemoveAt(int);
[JScript] public function RemoveAt(int);

See Also

SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace