OrganizationServiceCache.TryGetDependencies Method (Object, IEnumerable<String>)

 

Applies To: Dynamics CRM 2015

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

Syntax

protected virtual bool TryGetDependencies(
    object query,
    out IEnumerable<string> dependencies
)
protected:
virtual bool TryGetDependencies(
    Object^ query,
    [OutAttribute] IEnumerable<String^>^% dependencies
)
abstract TryGetDependencies : 
        query:Object *
        dependencies:IEnumerable<string> byref -> bool
override TryGetDependencies : 
        query:Object *
        dependencies:IEnumerable<string> byref -> bool
Protected Overridable Function TryGetDependencies (
    query As Object,
    <OutAttribute> ByRef dependencies As IEnumerable(Of String)
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean
.

See Also

OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright