AliasedValue Constructor (String, String, Object)
Applies To: Dynamics CRM 2015
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:
AliasedValue(
String^ entityLogicalName,
String^ attributeLogicalName,
Object^ value
)
new :
entityLogicalName:string *
attributeLogicalName:string *
value:Object -> AliasedValue
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
© 2016 Microsoft. All rights reserved. Copyright