Click or drag to resize

MARC21Add_Field Method

Add 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 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)
Remarks
Preferred: Use AddField Function
See Also