2012-09-13 22 views

回答

0

您可以使用SqlQuery方法

var results = database.Entity 
    .SqlQuery("select c.* from Entity c where c.Id < 1000 and Schema.Package.Function(c.Id)"); 
相關問題