Click or drag to resize
QueryBatchZ3950SearchEx Method
BatchZ3950SearchEx allows for a batch search on a set of files.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
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