• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Pandv.DataAccess
    • BulkCopyDataReader<T>
    • ConfigExtensions
    • DataConnection
    • DbConfig
    • DbProvider
    • DbSql
    • IDbProvider
    • ListDataReader<T>

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>
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX