TypeConversion Members
Include Protected Members
Include Inherited 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
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top