IOrganizationServiceCache.Insert Method (String, Object, Object)
Applies To: Dynamics CRM 2015
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
key
Type: System.StringType: Object. The key.
query
Type: System.ObjectType: Object. The query.
result
Type: System.ObjectType: Object. The result.
See Also
IOrganizationServiceCache Interface
Microsoft.Xrm.Client.Services Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright