TypeConversion members
Represents the database used for performing integrity checks in the stored procedures.
The TypeConversion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeConversion(String, String) | Initializes a new instance of the TypeConversion class using the specified external system data type and the client data type,. | |
TypeConversion(String, String, String) | Initializes a new instance of the TypeConversion class using the specified external system data type, the client data type, and the locale. |
Top
Properties
Name | Description | |
---|---|---|
BdcTypeName | Gets the name of the type accessible by BDC clients. | |
LobLocale | Gets the name of the locale of the data in the external system. | |
LobTypeName | Gets the name of the type coming from and sent back to the external system. |
Top