Click or drag to resize

OleDbDataQuery Class

Immutable class that holds a connection string and an SQL selection statement.
Inheritance Hierarchy
SystemObject
  Altaxo.DataConnectionOleDbDataQuery

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class OleDbDataQuery : IImmutable

The OleDbDataQuery type exposes the following members.

Constructors
 NameDescription
Public methodOleDbDataQuery Initializes a new instance of the OleDbDataQuery class.
Top
Properties
 NameDescription
Public propertyConnectionString Gets the OLE DB connection string.
Public propertyStatic memberEmpty Gets an empty query instance.
Public propertyIsEmpty Gets a value indicating whether this query is empty.
Public propertySelectionStatement Gets the SQL selection statement.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodReadDataFromOleDbConnection Reads data from the configured OLE DB connection.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWithConnectionString Returns a copy of this query with a different connection string.
Public methodWithSelectionStatement Returns a copy of this query with a different selection statement.
Top
See Also