SqlMetaData.DbType Property

Definition

Gets the data type of the column or parameter.

public System.Data.DbType DbType { get; }
member this.DbType : System.Data.DbType
Public ReadOnly Property DbType As DbType

Property Value

DbType

The data type of the column or parameter as a DbType.

Remarks

The default type is DbType.String.

Applies to