ListingExpressionGetAlias Method

Gets the alias of the expression corresponding to the indicated index.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string GetAlias(
	int index
)

Parameters

index  Int32
Expression index.

Return Value

String
String with the alias.

See Also