In This Topic
The following tables list the members exposed by SqlJson.
Public Constructors
Public Properties
| | Name | Description |
 | IsNull | Indicates whether a structure is null. This property is read-only. |
  | Null | Represents a null instance of the SqlJson type. This instance is equivalent to calling the parameterless constructor, or calling the other constructors with a null value. |
 | Value | Gets the serialized JSON string of this SqlJson instance. |
Top
Public Methods
| | Name | Description |
 | ToString | Returns the serialized JSON string, or null. |
Top
Public Operators
See Also