List<ColumnProperty> new_columns = columns.FindAll(delegate(ColumnProperty p)
{
if (p.Name != "RowStamp")
{
return true;
}
else
{
return false;
}
});