Click or drag to resize
MARC21Add_Field_Stream Method
Add_Field_Stream Field function is used to add a list of fields to a file

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public string Add_Field_Stream(
	string sMARC,
	string sFields
)

Parameters

sMARC
Type: SystemString
MARC Record block
sFields
Type: SystemString
A delimited list of fields to be add. Fields should be delimited by a tab

Return Value

Type: String
Returns the number of records modified, or a negative number on error.

Implements

MARC21_InterfaceAdd_Field_Stream(String, String)
See Also