Click or drag to resize
MissingSQLTypeException Class
Exception raised when unsupported SQL type is encountered.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DataEngineMissingSQLTypeException

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class MissingSQLTypeException : Exception

The MissingSQLTypeException type exposes the following members.

Constructors
  NameDescription
Public methodMissingSQLTypeException
Constructor
Top
Properties
  NameDescription
Public propertyColumnName
Gets or sets table column name.
Public propertyRecommendedType
Gets or sets supported SQL type.
Public propertyUnsupportedType
Gets or sets unsupported SQL type.
Top
See Also