2009-11-27 36 views

回答

0
public class SchemaConvention : IClassConvention 
{ 
    public void Apply(IClassInstance instance) 
    { 
     instance.Schema("schemaNameGoesHere"); 
    } 
} 
相關問題