Share via


EntityParameter.DbType Property

Definition

Gets or sets the DbType of the parameter.

public override System.Data.DbType DbType { get; set; }
member this.DbType : System.Data.DbType with get, set
Public Overrides Property DbType As DbType

Property Value

One of the DbType values.

Implements

Applies to