StoredProcedure
Class
Definition
Represents a stored procedure in the Azure DocumentDB database service.
public class StoredProcedure : Microsoft.Azure.Documents.Resource
- Inheritance
Inherited Members
Microsoft.Azure.Documents.JsonSerializable
Microsoft.Azure.Documents.Resource
Remarks
DocumentDB allows application logic written entirely in JavaScript to be executed directly inside the database engine under the database transaction. For additional details, refer to the server-side JavaScript API documentation.
Constructors
| StoredProcedure() |
Initializes a new instance of the StoredProcedure class for the Azure DocumentDB database service. |
Properties
| Body |
Gets or sets the body of the Azure DocumentDB stored procedure. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |