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
Delete_Field_Stream Method
Delete_Field_Stream Field function is used to delete a list of fields from a file
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
Copy
public
string
Delete_Field_Stream
(
string
sMARC
,
string
sFields
)
Parameters
sMARC
Type:
System
String
Source File
sFields
Type:
System
String
A delimited list of fields to be deleted. Fields should be delimited by a tab
Return Value
Type:
String
Returns the number of fields deleted, or a negative number on error.
Implements
MARC21_Interface
Delete_Field_Stream(String, String)
See Also
Reference
MARC21 Class
MARCEngine7 Namespace