AliasedValue Constructors

Definition

Overloads

AliasedValue()

Initializes a new instance of the AliasedValue class.

AliasedValue(String, String, Object)

Initializes a new instance of the AliasedValue class.

AliasedValue()

Initializes a new instance of the AliasedValue class.

public:
 AliasedValue();
public AliasedValue ();
Public Sub New ()

Applies to

AliasedValue(String, String, Object)

Initializes a new instance of the AliasedValue class.

public:
 AliasedValue(System::String ^ entityLogicalName, System::String ^ attributeLogicalName, System::Object ^ value);
public AliasedValue (string entityLogicalName, string attributeLogicalName, object value);
new Microsoft.Xrm.Sdk.AliasedValue : string * string * obj -> Microsoft.Xrm.Sdk.AliasedValue
Public Sub New (entityLogicalName As String, attributeLogicalName As String, value As Object)

Parameters

entityLogicalName
String

The name of the entity the attribute belongs to.

attributeLogicalName
String

The attribute on which the aggregate, group by, or select operation was performed.

value
Object

The value returned by the query.

Applies to