SPC012203: Do not declare field 'SQLType' in FieldTypes

Do not use a <Field Name="SQLType"> element in a custom field type definition. The field represents the SQL data type that will be used to store the data in the content database, but cannot be used in custom field types.

TypeName: DoNotDeclareSQLTypeInFieldTypes
CheckId: SPC012203
Severity: Error
Type: FieldType
Resolution

Remove field 'SQLType'.

MSDN: Represents the SQL data type that will be used to store the data in the content database. Do not use a <Field Name="SQLType"> element in your custom field type definitions.

comments powered by Disqus