Click or drag to resize
Query_InterfaceBatchZ3950SearchEx Method
BatchZ3950SearchEx returns a multi-dimensional array of a search

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
Object[,] BatchZ3950SearchEx(
	Object[] sSource,
	int type
)

Parameters

sSource
Type: SystemObject
Array of search terms. If the array has one value, it will be evaluated as a file
type
Type: SystemInt32
search time, use -1 for raw searches.

Return Value

Type: Object
dimensioned object array
See Also