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

appendFields() public method

Part of the list interface for Fields
public appendFields ( System coll ) : void
coll System a collection ofDBFields to add to the collection in /// Fields
return void
        public void appendFields(System.Collections.IList coll)
        {
            __setDirty(true);
              allFields().XmlBAddRange(coll);
              acceptor.connectSons (this, coll);
            NotifyControllers(null);
        }

Same methods

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