public Task<Attribute> AddAttributeAsync( string fieldAlias, MapMember member, string fieldNameOrAlias, bool isAlias )
Public Overloads Function AddAttributeAsync( _ ByVal fieldAlias As String, _ ByVal member As MapMember, _ ByVal fieldNameOrAlias As String, _ Optional ByVal isAlias As Boolean _ ) As Task(Of Attribute)
Parameters
- fieldAlias
- String specifying the field alias to be displayed
- member
- Layer or table to read schema from.
- fieldNameOrAlias
- String specifying the field name or alias
- isAlias
- If the string being passed is the alias
Return Value
A Task returning an attribute.