MarcEdit .NET COM API Documentation

Query Members

Query overview

Public Instance Constructors

Query ConstructorInitializes a new instance of the Query class.

Public Instance Properties

Database Sets the connection string's database
ElementSetName Sets the ElementSetName (generally B for brief records or F for full records)
Error Returns the connection error message
Hits Returns the number of hits from a resultsSet.
Host Sets the host for a connection string
Limit Sets the number of records to retrieve from a results set
Password Sets the Password for authentication
Port Sets the Port number for the Connection
Proxy Sets the proxy information
Start Sets the start position within a results set.
Syntax Sets the Preferred Record Syntax
Username Sets the Username for authentication

Public Instance Methods

BatchZ3950Search BatchZ3950Search allows for a batch search on a set of files.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
Z3950Search Z3950Search -- performs a Z39.50 Search.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Query Class | MARCEngine5 Namespace