예제 #1
0
파일: TableHint.cs 프로젝트: jgshort/SqlDom
 public TableHint(TableHints hints)
     : this()
 {
     TableHints = hints;
 }
예제 #2
0
 public void TableHintConstructorTest1()
 {
     TableHints hints = new TableHints(); // TODO: Initialize to an appropriate value
     TableHint target = new TableHint(hints);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }