Query_InterfaceBatchZ3950SearchEx Method |
BatchZ3950SearchEx returns a multi-dimensional array of a search
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax Object[,] BatchZ3950SearchEx(
Object[] sSource,
int type
)
Function BatchZ3950SearchEx (
sSource As Object(),
type As Integer
) As Object(,)
array<Object^,2>^ BatchZ3950SearchEx(
array<Object^>^ sSource,
int type
)
abstract BatchZ3950SearchEx :
sSource : Object[] *
type : int -> Object[,]
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:
Objectdimensioned object array
See Also