public bool ExecRremoveIndexAttribute(CommandData cmdData) { ObjectsHelper.RemoveIndexAttribute(cmdData.Parameters); return(true); }