Skip to main content

dbparameters-class

Represents different parameters of database linked with this Korzh.EasyQuery.DataModel object

public class Korzh.EasyQuery.Db.DbParameters
: Collection<DbParam>

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
DbParameters()void

Properties

NameTypeDescription
ConnectionStringstringGets or sets the connection string.
GateClassstringGets or sets the ID of database gate.
ItemstringGets or sets the String with the specified name.
LoginPromptboolGets or sets a value indicating whether Korzh.EasyQuery.Db.DbGate object should ask user for login and password when connect to database.
SchemasstringGets or sets schemas.
ShowDbNameForTablesboolGets or sets a value indicating whether the name of a table shown in DME (or other tool) should be prefixed with the name of the database it belongs.

Methods

NameTypeDescription
FindByName(string name)DbParamFinds the database parameter by key.