Add Field function is used to add a list of fields to a file
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int Add_Field(
string sSource,
string sFields
)
Public Function Add_Field (
sSource As String,
sFields As String
) As Integer
public:
virtual int Add_Field(
String^ sSource,
String^ sFields
) sealed
abstract Add_Field :
sSource : string *
sFields : string -> int
override Add_Field :
sSource : string *
sFields : string -> int
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:
Int32Returns the number of records modified, or a negative number on error.
Implements
MARC21_InterfaceAdd_Field(String, String)See Also