Query_InterfaceZ3950SearchEx Method |
Z3950SearchEx Returns records as an object array
Namespace:
MARCEngine7
Assembly:
MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
SyntaxObject[] Z3950SearchEx(
string keyword,
int type
)
Parameters
- keyword
- Type: SystemString
Query term - type
- Type: SystemInt32
Bib-1 search type -- use -1 for raw queries
Return Value
Type:
Objectobjec array of results
See Also