Query_Interface. BatchZ3950SearchEx Method |
BatchZ3950SearchEx returns a multi-dimensional array of a search
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
SyntaxObject[,] 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:System.Object[]
Array of search terms. If the array has one value, it will be evaluated as a file - type
- Type: System.Int32
search time, use -1 for raw searches.
Return Value
Type:
Object[,]dimensioned object array
See Also