Share via


IOrganizationServiceCache.Insert Method (String, Object, Object)

 

Applies To: Dynamics CRM 2013

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

void Insert(
    string key,
    object query,
    object result
)
void Insert(
    String^ key,
    Object^ query,
    Object^ result
)
abstract Insert : 
        key:string *
        query:Object *
        result:Object -> unit
Sub Insert (
    key As String,
    query As Object,
    result As Object
)

Parameters

See Also

IOrganizationServiceCache Interface
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top