QueryBatchZ3950SearchEx Method |
BatchZ3950SearchEx allows for a batch search on a set of files.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public Object[,] BatchZ3950SearchEx(
Object[] sSource,
int ltype
)
Public Function BatchZ3950SearchEx (
sSource As Object(),
ltype As Integer
) As Object(,)
public:
virtual array<Object^,2>^ BatchZ3950SearchEx(
array<Object^>^ sSource,
int ltype
) sealed
abstract BatchZ3950SearchEx :
sSource : Object[] *
ltype : int -> Object[,]
override BatchZ3950SearchEx :
sSource : Object[] *
ltype : int -> Object[,]
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:
ObjectReturns the number of returned records
Implements
Query_InterfaceBatchZ3950SearchEx(Object, Int32)See Also