MetaParameter.DbType Property

Definition

Gets the database type of the parameter.

public:
 abstract property System::String ^ DbType { System::String ^ get(); };
public abstract string DbType { get; }
member this.DbType : string
Public MustOverride ReadOnly Property DbType As String

Property Value

The database type of the parameter as a string.

Applies to