Mimer SQL Data Provider
MimerDbType Property




Mimer.Data.Client Namespace > MimerParameter Class : MimerDbType Property
Gets or sets the MimerDbType of the parameter.
Syntax
'Declaration
 
Public Property MimerDbType As MimerDbType
public MimerDbType MimerDbType {get; set;}
public read-write property MimerDbType: MimerDbType; 
public function get,set MimerDbType : MimerDbType
public: __property MimerDbType get_MimerDbType();
public: __property void set_MimerDbType( 
   MimerDbType value
);

Property Value

The data type, one of the MimerDbType values. The default is NVarChar.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameter Class
MimerParameter Members