ListingExpressionGetAlias Method
Gets the alias of the expression corresponding to the indicated index.
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string GetAlias(
int index
)
Public Shared Function GetAlias (
index As Integer
) As String
- index Int32
- Expression index.
StringString with the alias.