DataDictionary.Generated.DBPacket.deleteFields C# (CSharp) Метод

deleteFields() публичный Метод

Part of the list interface for Fields This deletion function removes an element from the collection in Fields
public deleteFields ( int idx ) : void
idx int the index of the element to remove
Результат void
        public void deleteFields(int idx)
        {
            __setDirty(true);
              allFields().RemoveAt(idx);
            NotifyControllers(null);
        }

Same methods

DBPacket::deleteFields ( int idx, Lock aLock ) : void