IRowFieldsProvider.ResolveWithAlias method
Resolves the fields instance for the specified fields type with the given alias applied.
public RowFieldsBase ResolveWithAlias(Type fieldsType, string alias)
| parameter | description |
|---|---|
| fieldsType | Type of the fields. |
| alias | The alias. |
Return Value
The resolved fields instance with the specified alias applied.
See Also
- class RowFieldsBase
- interface IRowFieldsProvider