コード例 #1
0
 /// <summary>
 /// Static constructor for the Current property - guarantees this
 /// code fires exactly once giving us a singleton instance
 /// of the configuration object.
 /// </summary>
 static DbResourceConfiguration()
 {
     Current = new DbResourceConfiguration(true);
 }
コード例 #2
0
 /// <summary>
 /// Static constructor for the Current property - guarantees this
 /// code fires exactly once giving us a singleton instance
 /// of the configuration object.
 /// </summary>
 static DbResourceConfiguration()
 {
     Current = new DbResourceConfiguration(true);
 }