DefaultRowFieldsProvider.ResolveWithAlias method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Resolves the with alias.
public RowFieldsBase ResolveWithAlias(Type fieldsType, string alias)
| parameter | description |
|---|---|
| fieldsType | Type of the fields. |
| alias | The alias. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | alias |
See Also
- class RowFieldsBase
- class DefaultRowFieldsProvider