StoredProcedureResponse<TValue>.Implicit Operator

Definition

Gets the resource implicitly from Azure DocumentDB database service.

public static TValue op_Implicit (Microsoft.Azure.Documents.Client.StoredProcedureResponse<TValue> source);
Parameters
source
StoredProcedureResponse<TValue>

Stored procedure response.

Returns
TValue

The returned resource.