public static string GetTableDefinitionCode( this ITableMetaInfoBuilder tmiBldr, Type type, TDCodeGenerator codeGenOps = null, bool withNamespace = true) => codeGenOps.E().GetTableDefinitionCode(tmiBldr, type, withNamespace);
public static string GetTableDefinitionCode( this ITableMetaInfo tinfo, TDCodeGenerator codeGenOps = null, bool withNamespace = true) => codeGenOps.E().GetTableDefinitionCode(tinfo, withNamespace);
public static string GetTableDefinitionsCodeForEntityTypes( this ITableMetaInfoBuilder tmiBldr, IEnumerable <Type> types, TDCodeGenerator codeGenOps = null, bool withNamespace = true) => codeGenOps.E().GetTableDefinitionsCodeForEntityTypes(tmiBldr, types, codeGenOps, withNamespace);