[]
Tries to add an alias for a field from DataSource.
public bool TryAddAlias(string field, string alias)
Type | Name | Description |
---|---|---|
string | field | The field name from DataSource. |
string | alias | The alias of field. |
Type | Description |
---|---|
bool | A return value indicates whether the operation succeeded. |