2016-09-29 13 views

回答

0

Schema不應包含表名,你可以使用:

[Schema("sam")] 
[Alias("tst")] 
public class Test 
{ 
}