AliasedValue Constructor (String, String, Object)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Initializes a new instance of the AliasedValue class.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public AliasedValue(
string entityLogicalName,
string attributeLogicalName,
object value
)
Public Sub New (
entityLogicalName As String,
attributeLogicalName As String,
value As Object
)
Parameters
entityLogicalName
Type: System.StringType: String. The name of the entity the attribute belongs to.
attributeLogicalName
Type: System.StringType: String. The attribute on which the aggregate, group by, or select operation was performed.
value
Type: System.ObjectType: Object. The value returned by the query.
See Also
AliasedValue Overload
AliasedValue Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright