RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbDataProcessor Properties

The DbDataProcessor type exposes the following members.

Properties


  Name Description
Public property ConnectionString
Gets the database connection string.
Public property Static member DontDisplayExceptions
Gets or sets a value indicating whether [dont display exceptions].
Public property IsClosed
Gets a value indicating whether this instance is closed.
Public property IsValid
Returns true if ... is valid.
Public property KeepConnectionOpen
Gets or sets a value indicating whether to keep the database connection open after retrieving data. If set to true, then the calling code will need to close the connection manually by running the CloseConnection method.
Public property Static member LastException
Gets the last exception.
Public property SqlGenerator
Implement this to create and return the SQL generator which will be used in GetData.
Public property Static member UserInterface
Gets the user interface for this class to interact with.