49 lines
2.5 KiB
C#
49 lines
2.5 KiB
C#
//////////////////////////////////////////////////////////////
|
|
// <auto-generated>This code was generated by LLBLGen Pro 5.7.</auto-generated>
|
|
//////////////////////////////////////////////////////////////
|
|
// Code is generated on:
|
|
// Code is generated using templates: SD.TemplateBindings.SharedTemplates
|
|
// Templates vendor: Solutions Design.
|
|
//////////////////////////////////////////////////////////////
|
|
using System;
|
|
using System.Linq;
|
|
using Datalib.EntityClasses;
|
|
using Datalib.HelperClasses;
|
|
using SD.LLBLGen.Pro.ORMSupportClasses;
|
|
using SD.LLBLGen.Pro.QuerySpec.AdapterSpecific;
|
|
using SD.LLBLGen.Pro.QuerySpec;
|
|
|
|
namespace Datalib.FactoryClasses
|
|
{
|
|
/// <summary>Factory class to produce DynamicQuery instances and EntityQuery instances</summary>
|
|
public partial class QueryFactory : QueryFactoryBase2
|
|
{
|
|
/// <summary>Creates and returns a new EntityQuery for the TblField entity</summary>
|
|
public EntityQuery<TblFieldEntity> TblField { get { return Create<TblFieldEntity>(); } }
|
|
|
|
/// <summary>Creates and returns a new EntityQuery for the TblQuestion entity</summary>
|
|
public EntityQuery<TblQuestionEntity> TblQuestion { get { return Create<TblQuestionEntity>(); } }
|
|
|
|
/// <summary>Creates and returns a new EntityQuery for the TblQuiz entity</summary>
|
|
public EntityQuery<TblQuizEntity> TblQuiz { get { return Create<TblQuizEntity>(); } }
|
|
|
|
/// <summary>Creates and returns a new EntityQuery for the TblQuizQuestion entity</summary>
|
|
public EntityQuery<TblQuizQuestionEntity> TblQuizQuestion { get { return Create<TblQuizQuestionEntity>(); } }
|
|
|
|
/// <summary>Creates and returns a new EntityQuery for the TblQuizTemplate entity</summary>
|
|
public EntityQuery<TblQuizTemplateEntity> TblQuizTemplate { get { return Create<TblQuizTemplateEntity>(); } }
|
|
|
|
/// <summary>Creates and returns a new EntityQuery for the TblQuizTemplateDetail entity</summary>
|
|
public EntityQuery<TblQuizTemplateDetailEntity> TblQuizTemplateDetail { get { return Create<TblQuizTemplateDetailEntity>(); } }
|
|
|
|
/// <summary>Creates and returns a new EntityQuery for the TblSubject entity</summary>
|
|
public EntityQuery<TblSubjectEntity> TblSubject { get { return Create<TblSubjectEntity>(); } }
|
|
|
|
/// <summary>Creates and returns a new EntityQuery for the TblTrainingType entity</summary>
|
|
public EntityQuery<TblTrainingTypeEntity> TblTrainingType { get { return Create<TblTrainingTypeEntity>(); } }
|
|
|
|
/// <inheritdoc/>
|
|
protected override IElementCreatorCore CreateElementCreator() { return new ElementCreator(); }
|
|
|
|
}
|
|
} |