Click or drag to resize
Query_Interface Interface

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public interface Query_Interface

The Query_Interface type exposes the following members.

Properties
  NameDescription
Public propertyDatabase
Dateabase
Public propertyElementSetName
Elementset (usually B (brief record) or F (full records))
Public propertyError
Connection Error Message
Public propertyHits
Number of hits returned
Public propertyHost
Host
Public propertyLimit
Limit: Number of records to retrieve
Public propertyPassword
Password: If necessary
Public propertyPort
Port to connect to
Public propertyProxy
Proxy Settings
Public propertyStart
Start: Start position within a resultset for retrival
Public propertySyntax
Preferred Syntax
Public propertyUsername
Username if necessary
Top
Methods
  NameDescription
Public methodBatchZ3950Search
BatchZ3950Search allows for a batch search on a set of files.
Public methodBatchZ3950SearchEx
BatchZ3950SearchEx returns a multi-dimensional array of a search
Public methodZ3950Search
Query Z39.50 Search
Public methodZ3950SearchEx
Z3950SearchEx Returns records as an object array
Top
See Also