Esempio n. 1
0
 //构造函数初始化
 public SqlServer2005(PlatformImplementor implementor) : base(implementor)
 {
 }
Esempio n. 2
0
 //通过构造器注入,初始化平台实现
 protected Database(PlatformImplementor implementor)
 {
     this._implementor = implementor;
 }