RowFieldsBase.ReplaceAliasWith method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Replaces the alias with.
public void ReplaceAliasWith(string newAlias)
| parameter | description |
|---|---|
| newAlias | The new alias. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | newAlias |
| InvalidOperationException | Please use As() method to alias this fields object! |
See Also
- class RowFieldsBase