示例#1
0
 public static object GetConfiguration <T>(this EntityTypeConfiguration <T> map) where T : class
 {
     return(map.GetPropertyValue("Configuration"));
 }