Click or drag to resize

Query_Interface Interface

[Missing <summary> documentation for "T:MARCEngine7.Query_Interface"]

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
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