ParameterAttribute::DbType Property

 

Gets or sets the type of the parameter for a provider-specific database.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property String^ DbType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The type as a string.

.NET Framework
Available since 3.5
Return to top
Show: