ParameterAttribute.DbType 属性

定义

获取或设置提供程序特定的数据库的参数类型。

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

属性值

字符串形式的类型。

适用于