MARC21_InterfaceDelete_Field Method |
Delete Field function is used to delete a list of fields from a file
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int Delete_Field(
string sSource,
string sFields
)
Function Delete_Field (
sSource As String,
sFields As String
) As Integer
int Delete_Field(
String^ sSource,
String^ sFields
)
abstract Delete_Field :
sSource : string *
sFields : string -> int
Parameters
- sSource
- Type: SystemString
Source File - sFields
- Type: SystemString
A delimited list of fields to be deleted. Fields should be delimited by a tab
Return Value
Type:
Int32Returns the number of fields deleted, or a negative number on error.
See Also