Click or drag to resize
BroccoliSharp BroRecordAdd Method
Overload List
  Name Description
Public method Add(BroField)
Adds field to this BroRecord.
Public method Add(BroValue, String)
Adds new value to this BroRecord with specified fieldName.
Public method Add(String, BroType, String)
Adds a new column, with no initial value, to this BroRecord with the specified fieldName and type.
Public method Add(Object, BroType, String, String)
Adds new value of type to this BroRecord with specified fieldName.
Top
See Also