Click or drag to resize
Query Class
Inheritance Hierarchy
SystemObject
  MARCEngine5Query

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

The Query type exposes the following members.

Constructors
  NameDescription
Public methodQuery
Initializes a new instance of the Query class
Top
Properties
  NameDescription
Public propertyDatabase
Sets the connection string's database
Public propertyElementSetName
Sets the ElementSetName (generally B for brief records or F for full records)
Public propertyError
Returns the connection error message
Public propertyHits
Returns the number of hits from a resultsSet.
Public propertyHost
Sets the host for a connection string
Public propertyLimit
Sets the number of records to retrieve from a results set
Public propertyPassword
Sets the Password for authentication
Public propertyPort
Sets the Port number for the Connection
Public propertyProxy
Sets the proxy information
Public propertyStart
Sets the start position within a results set.
Public propertySyntax
Sets the Preferred Record Syntax
Public propertyUsername
Sets the Username for authentication
Top
Methods
  NameDescription
Public methodBatchZ3950Search
BatchZ3950Search allows for a batch search on a set of files.
Public methodBatchZ3950SearchEx
BatchZ3950SearchEx allows for a batch search on a set of files.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodZ3950Search
Z3950Search -- performs a Z39.50 Search.
Public methodZ3950SearchEx
Z3950Search -- performs a z39.50 search //returns an array
Top
See Also