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.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the SQLParameters class.

Overload List

Gets the SQLParameter at the specified index.

[Visual Basic] Overloads Public Default Property Item(Integer) As SQLParameter
[C#] public SQLParameter this[int] {get; set;}
[C++] public: __property SQLParameter* get_Item(int);
public: __property void set_Item(int, SQLParameter*);
[JScript] SQLParameters.Item (int)

Gets the SQLParameter with the specified name.

[Visual Basic] Overloads Public Default Property Item(String) As SQLParameter
[C#] public SQLParameter this[String] {get; set;}
[C++] public: __property SQLParameter* get_Item(String*);
public: __property void set_Item(String*, SQLParameter*);
[JScript] SQLParameters.Item (String)

See Also

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