Skip to content

RowFieldsBase.ReplaceAliasWith method

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