TypeCheckFunctionsExtensions Class

 

Updated: June 30, 2017

Provide methods for type checking. These methods are to be used in LINQ expressions only and will be evaluated on server. There's no implementation provided in the client library.

Namespace:   Microsoft.Azure.Documents.SystemFunctions
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

SystemObject
  Microsoft.Azure.Documents.SystemFunctionsTypeCheckFunctionsExtensions

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsDefined

Determines if a certain property is defined or not.

System_CAPS_pubmethodSystem_CAPS_staticIsNull

Determines if a certain property is null or not.

System_CAPS_pubmethodSystem_CAPS_staticIsPrimitive

Determines if a certain property is of premitive JSON type.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: