예제 #1
0
 public void NCharColumn(int length)
 {
     CreateTable($"nchar({length})", TestTableCreator.GetNCharSqlValue(_dbContext));
 }