コード例 #1
0
 public static string GetTableDefinitionCode(
     this ITableMetaInfoBuilder tmiBldr,
     Type type,
     TDCodeGenerator codeGenOps = null,
     bool withNamespace         = true)
 => codeGenOps.E().GetTableDefinitionCode(tmiBldr, type, withNamespace);
コード例 #2
0
 public static string GetTableDefinitionCode(
     this ITableMetaInfo tinfo,
     TDCodeGenerator codeGenOps = null,
     bool withNamespace         = true)
 => codeGenOps.E().GetTableDefinitionCode(tinfo, withNamespace);
コード例 #3
0
 public static string GetTableDefinitionsCodeForEntityTypes(
     this ITableMetaInfoBuilder tmiBldr,
     IEnumerable <Type> types,
     TDCodeGenerator codeGenOps = null,
     bool withNamespace         = true)
 => codeGenOps.E().GetTableDefinitionsCodeForEntityTypes(tmiBldr, types, codeGenOps, withNamespace);