MarcEngine7 Class File
MarcEngine7 Class File
MARCEngine7
MARC21 Class
MARC21 Methods
Add_Field Method
Add_Field_Stream Method
AddField Method
ChangeStringEncoding Method
CleanTempFiles Method
CloseReadStream Method
CloseWriteStream Method
ContainsUnicodeCharacter Method
ConvertFile Method
Delete_Field Method
Delete_Field_Stream Method
DeleteField Method
Delimited_Output_Stream Method
Dispose Method
Export_Tabbed_MARC Method
Export_Tabbed_MARC_Stream Method
Finalize Method
IsDisposed Method
MARC2MARC21XML Method
MARC2MARC21XML_Stream Method
MARC2Stream Method
MARC2XML Method
MARC2XML_Stream Method
MarcFile Method
MarcFileEx Method
MARCJoin Method
MARCSplit Method
MARCXMLtoMARC Method
MMaker Method
MMakerEx Method
Mnemonic2Stream Method
OpenReadStream Method
OpenStreamWriter Method
Peek Method
ReadAll Method
ReadLine Method
ReadMARC21XML Method
ReadMARC21XMLStream Method
ReadNextMARCRecord Method
ReadNextMnemonicRecord Method
ReplaceAll Method
UnEscapeEntities Method
Write Method
XML2MARC Method
XML2XML Method
XMLFile Method
XMLtoMARC Method
XMLtoXML Method
MARC21
Add_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#
Copy
public
int
Add_Field
(
string
sSource
,
string
sFields
)
Parameters
sSource
Type:
System
String
Source File
sFields
Type:
System
String
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_Interface
Add_Field(String, String)
Remarks
Preferred: Use AddField Function
See Also
Reference
MARC21 Class
MARCEngine7 Namespace