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
MARCJoin Method
MARCJoin provides the ability to join a set of files into a single file.
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
Copy
public
void
MARCJoin
(
string
sSource
,
string
sDest
)
Parameters
sSource
Type:
System
String
Source files. Files are delimited using a "|" character.
sDest
Type:
System
String
Destination file
Implements
MARC21_Interface
MARCJoin(String, String)
See Also
Reference
MARC21 Class
MARCEngine7 Namespace