DocumentResponse<TDocument>.Implicit Operator

Definition

Returns the document in the response implicitly from the Azure DocumentDB database service.

public static TDocument op_Implicit (Microsoft.Azure.Documents.Client.DocumentResponse<TDocument> source);
Parameters
source
DocumentResponse<TDocument>

The DocumentResponse source.

Returns
TDocument

The document object.