Click or drag to resize

QueryBatchZ3950SearchEx Method

BatchZ3950SearchEx allows for a batch search on a set of files.

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
public Object[,] BatchZ3950SearchEx(
	Object[] sSource,
	int ltype
)

Parameters

sSource
Type: SystemObject
this is either an array of arguments or a single value array with a filename
ltype
Type: SystemInt32
Integer corresponding to the bib-1 search type. Example: 1016 for keyword, -1 for raw searches, 7 for isbn, etc.

Return Value

Type: Object
Returns the number of returned records

Implements

Query_InterfaceBatchZ3950SearchEx(Object, Int32)
See Also