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.
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IsDefined | Determines if a certain property is defined or not. |
![]() ![]() | IsNull | Determines if a certain property is null or not. |
![]() ![]() | IsPrimitive | 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.
Show:

