In This Topic
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.
Syntax
'Declaration
Public Shared ReadOnly Property Null As SqlJson
public static SqlJson Null {get;}
See Also