Skip to content

DbParameters class

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

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

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

NameTypeDescription
DbParameters()void
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.
NameTypeDescription
FindByName(string name)DbParamFinds the database parameter by key.