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>, IList<DbParam>, ICollection<DbParam>, IEnumerable<DbParam>, IEnumerable, IList, ICollection, IReadOnlyList<DbParam>, IReadOnlyCollection<DbParam>
TypeNameDescription
StringConnectionStringGets or sets the connection string.
StringGateClassGets or sets the ID of database gate.
StringItemGets or sets the String with the specified name.
BooleanLoginPromptGets or sets a value indicating whether Korzh.EasyQuery.Db.DbGate object should ask user for login and password when connect to database.
TypeNameDescription
DbParamFindByName(String name)Finds the database parameter by key.