Example #1
0
 static SqlServerOptions()
 {
     ColumnIs = new SqlServerColumnOptions();
     PrimaryKeyIs = new SqlServerPrimaryKeyOptions();
     Index = new SqlServerIndexOptions();
 }
Example #2
0
 static SqlServerOptions()
 {
     ColumnIs     = new SqlServerColumnOptions();
     PrimaryKeyIs = new SqlServerPrimaryKeyOptions();
     Index        = new SqlServerIndexOptions();
 }