MetaParameter.DbType 属性

定义

获取参数的数据库类型。

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

属性值

字符串形式的参数的数据库类型。

适用于