TypeCheckFunctionsExtensions Class

Definition

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.

public static class TypeCheckFunctionsExtensions
type TypeCheckFunctionsExtensions = class
Public Module TypeCheckFunctionsExtensions
Inheritance
TypeCheckFunctionsExtensions

Methods

IsArray(Object)

Determines if a certain property is of array JSON type.

IsBool(Object)

Determines if a certain property is of boolean JSON type.

IsDefined(Object)

Determines if a certain property is defined or not.

IsNull(Object)

Determines if a certain property is null or not.

IsNumber(Object)

Determines if a certain property is of number JSON type.

IsObject(Object)

Determines if a certain property is of object JSON type.

IsPrimitive(Object)

Determines if a certain property is of premitive JSON type.

IsString(Object)

Determines if a certain property is of string JSON type.

Applies to