The Type of parameter
Namespace: DataBaseExecutorsAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
public override DbType DbType { get; set; }
public override DbType DbType { get; set; }
Public Overrides Property DbType As DbType
Get
Set
Public Overrides Property DbType As DbType
Get
Set
public:
virtual property DbType DbType {
DbType get () override;
void set (DbType value) override;
}
public:
virtual property DbType DbType {
DbType get () override;
void set (DbType value) override;
}
Property Value
Type:
DbTypeImplements
IDataParameter DbType