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:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
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)
Remarks
Use AddField
See Also