ParameterAttribute.DbType Property

Definition

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

public:
 property System::String ^ DbType { System::String ^ get(); void set(System::String ^ value); };
public string DbType { get; set; }
member this.DbType : string with get, set
Public Property DbType As String

Property Value

The type as a string.

Applies to