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

Gets all instances of SQLParameter objects collected.

[Visual Basic]
Public Property All As SQLParameter ()
[C#]
public SQLParameter[] All {get; set;}
[C++]
public: __property SQLParameter* get_All();
public: __property void set_All(SQLParameter*[]);
[JScript]
public function get All() : SQLParameter[];
public function set All(SQLParameter[]);

Property Value

All instances of SQLParameter objects collected.

See Also

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