HIBCPASCodetext.AddRecord

AddRecord(HIBCPASDataType, string)

Adds new record

public void AddRecord(HIBCPASDataType dataType, string data)
ParameterTypeDescription
dataTypeHIBCPASDataTypeType of data
dataStringData string

See Also


AddRecord(HIBCPASRecord)

Adds new record

public void AddRecord(HIBCPASRecord record)
ParameterTypeDescription
recordHIBCPASRecordRecord to be added

See Also