CustomPrefixName
- Last Updated: September 28, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Dynamics 365 6.0
- Documentation
Purpose
Specifies the prefix that the driver removes from table and column names. When CustomPrefix is set to Strip, the driver removes this prefix from objects and fields when mapping the Dynamics 365 data model.
Valid Values
String
where:
String
is a string of alphanumeric characters.
Data Source Methods
public String getCustomPrefixName()
public void setCustomPrefixName(String)
Default Value
No default value
Data Type
String