SqlMetaData.SqlDbType 属性
定义
获取列或参数的数据类型。Gets the data type of the column or parameter.
public:
property System::Data::SqlDbType SqlDbType { System::Data::SqlDbType get(); };
public System.Data.SqlDbType SqlDbType { get; }
member this.SqlDbType : System.Data.SqlDbType
Public ReadOnly Property SqlDbType As SqlDbType
属性值
作为 DbType 的列或参数的数据类型。The data type of the column or parameter as a DbType.
注解
默认值为 NVarChar。The default value is NVarChar.