Beispiel #1
0
 public EmptyContext(CS cs)
 {
     CSName           = cs.Value;
     DBType           = cs.DbType.Value;
     ConnectionString = cs;
 }
Beispiel #2
0
 public FrameworkContext(CS cs) : base(cs)
 {
 }
Beispiel #3
0
 public WTMLogger(string categoryName, CS cs)
 {
     this.categoryName = categoryName;
     this.cs           = cs;
 }