コード例 #1
0
 public void ToStringIsDescriptive()
 {
     var expression = new AlterSchemaExpression { TableName = "Test", DestinationSchemaName = "Bacon" };
     expression.ToString().ShouldBe("AlterSchema Bacon Table Test");
 }