RowFieldsBase.RemoveItem method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Removes the element at the specified index of the Collection.

protected override void RemoveItem(int index)
parameter description
index The zero-based index of the element to remove.

Exceptions

exception condition
InvalidOperationException field collection can't be modified!

See Also