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

Gets or sets the native data type.

[Visual Basic]
Public Property DatabaseType As SQLDataType
[C#]
public SQLDataType DatabaseType {get; set;}
[C++]
public: __property SQLDataType get_DatabaseType();
public: __property void set_DatabaseType(SQLDataType);
[JScript]
public function get DatabaseType() : SQLDataType;
public function set DatabaseType(SQLDataType);

Property Value

One of the SQLDataType values. The default is VarChar.

See Also

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