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