ContentType Enum

Definition

The type of the content of a string. E.g. XML or JSON.

public enum ContentType
type ContentType = 
Public Enum ContentType
Inheritance
ContentType

Fields

Json 1

JSON content.

Xml 0

XML content.

Remarks

This enum is only supported when the compatibility level of the database is at 1465 or above.

Applies to