Class DbConfig
Inheritance
System.Object
DbConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pandv.DataAccess
Assembly: cs.temp.dll.dll
Syntax
public class DbConfig
Properties
ConnectionStrings
Declaration
public List<DataConnection> ConnectionStrings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DataConnection> |
SqlConfigs
Declaration
public List<DbSql> SqlConfigs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DbSql> |