Click or drag to resize
MARC21Add_Field Method
Add 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 int Add_Field(
	string sSource,
	string sFields
)

Parameters

sSource
Type: SystemString
Source File
sFields
Type: SystemString
A delimited list of fields to be add. Fields should be delimited by a tab

Return Value

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

Implements

MARC21_InterfaceAdd_Field(String, String)
See Also