MissingSQLTypeException Constructor |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic MissingSQLTypeException(
string message,
string columnName,
string currentSqlType,
string recommendedSqlType
)
Parameters
- message
- Type: SystemString
Message text - columnName
- Type: SystemString
Column name - currentSqlType
- Type: SystemString
Unsupported type - recommendedSqlType
- Type: SystemString
Supported type
See Also