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!

SQLParameter Constructor ()

Initializes a new instance of the SQLParameter class. This is the default constructor.

[Visual Basic]
Overloads Public Sub New()
[C#]
public SQLParameter();
[C++]
public: SQLParameter();
[JScript]
public function SQLParameter();

See Also

SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace | SQLParameter Constructor Overload List