Extension.FirstNotNullOrEmpty<TKey> Method (IDictionary<TKey, String>, TKey[])
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public static string FirstNotNullOrEmpty<TKey>(
this IDictionary<TKey, string> dictionary,
params TKey[] keys
)
<ExtensionAttribute>
Public Shared Function FirstNotNullOrEmpty(Of TKey) (
dictionary As IDictionary(Of TKey, String),
ParamArray keys As TKey()
) As String
Parameters
- dictionary
Type: System.Collections.Generic.IDictionary<TKey, String>
- keys
Type: TKey[]
Return Value
Type: System.String
Type Parameters
- TKey
See Also
Extension Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright