Click or drag to resize
MissingSQLTypeException Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public 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