UserDefinedFunction Class

Definition

Represents a user defined function in the Azure DocumentDB database service.

public class UserDefinedFunction : Microsoft.Azure.Documents.Resource
Inheritance
UserDefinedFunction

Inherited Members

Microsoft.Azure.Documents.JsonSerializable

Microsoft.Azure.Documents.Resource

Remarks

Azure DocumentDB supports JavaScript user defined functions (UDFs) which are stored in the database and can be used inside queries. Refer to http://azure.microsoft.com/documentation/articles/documentdb-sql-query/#javascript-integration for how to use UDFs within queries. Refer to http://azure.microsoft.com/documentation/articles/documentdb-programming/#udf for more details about implementing UDFs in JavaScript.

Constructors

UserDefinedFunction()

Initializes a new instance of the UserDefinedFunction class for the Azure DocumentDB database service.

Properties

Body

Gets or sets the body of the user defined function for the Azure DocumentDB database service.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)