ContentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the content of a string. E.g. XML or JSON.
public enum ContentType
type ContentType =
Public Enum ContentType
- Inheritance
-
ContentType
Fields
Name | Value | Description |
---|---|---|
Xml | 0 | XML content. |
Json | 1 | JSON content. |
Remarks
This enum is only supported when the compatibility level of the database is at 1465 or above.