OrganizationServiceCache.TryGetDependencies Method (Object, IEnumerable<String>)
Applies To: Dynamics CRM 2013
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
- query
Type: System.Object
dependencies
Type: System.Collections.Generic.IEnumerable<String>Type: String
Return Value
Type: System.Boolean
Type: Boolean
.
See Also
OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top