DataDictionary.Generated.DBPacket.appendFields C# (CSharp) Method

appendFields() public method

Part of the list interface for Fields
public appendFields ( DBField el ) : void
el DBField a DBField to add to the collection in /// Fields
return void
        public void appendFields(DBField el)
        {
            __setDirty(true);
              el.__setDirty(true);
              allFields().Add(el);
              acceptor.connectSon (this, el);
            NotifyControllers(null);
        }

Same methods

DBPacket::appendFields ( Lock aLock, DBField el ) : void
DBPacket::appendFields ( System coll ) : void
DBPacket::appendFields ( System coll, Lock aLock ) : void