コード例 #1
0
 public static IEntitySchema GetEntitySchema(string entityName)
 {
     return(EntitySchemaHelper.GetEntitySchema(entityName));
 }
コード例 #2
0
 public static IEntitySchema GetEntitySchema(Type type)
 {
     return(EntitySchemaHelper.GetEntitySchema(type));
 }
コード例 #3
0
 public static IEntitySchema GetEntitySchema(long entityId)
 {
     return(EntitySchemaHelper.GetEntitySchema(entityId));
 }