public Easycom.Types.EasycomType EacType [ get, set ]
Defines the type of a parameter. This type must be compatible with the actual type of the procedure parameter.
When this property is changed, the EacParameter.DbType is automatically adjusted to the corresponding System.Type.DbType enumeration value.
The possible types are :
EasycomType |
Comments
|
Possible Size
|
DbType
|
Binary Blob Char Clob Date Decimal Double Float Int64 Int Short String Time TimeStamp VarChar VarString |
Binary Data Binary large object Ansi string Character large object
8 bytes floating point 4 bytes floating point 8 bytes integer 4 bytes integer 2 bytes integer Unicode string
Ansi variable string Unicode variable string |
32000 Any 32000 Any
8 4 8 4 2 32000
32000 32000 |
Binary Binary AnsiStringFixedLength String Date Decimal Double Float Int64 Int32 Int16 StringFixedLength Time DateTime AnsiString String |