Skip to content
Auto
Products

EntityQueryBuilder

Namespace: TagBites.DB.Entity
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public static class EntityQueryBuilder

Inheritance: object → EntityQueryBuilder

public static SqlQueryDelete CreateDeleteByKeyQuery(IList recordsKeys)

SqlQueryDelete

public static SqlQueryDelete CreateDeleteByKeyQuery(Type modelType, IList recordsKeys)

SqlQueryDelete

public static SqlQueryDelete CreateDeleteQuery(IList<T> models)

SqlQueryDelete

public static SqlQueryDelete CreateDeleteQuery(Type entityType, IList models)

SqlQueryDelete

public static SqlQueryInsertValues CreateInsertQuery(IList<T> entities)

SqlQueryInsertValues

CreateInsertQuery<T>(IList<T>, IList<string>, bool, bool)

Section titled “CreateInsertQuery<T>(IList<T>, IList<string>, bool, bool)”
public static SqlQueryInsertValues CreateInsertQuery(IList<T> entities, IList<string> properties, bool excludeProperties, bool withReturning)

SqlQueryInsertValues

public static SqlQueryInsertValues CreateInsertQuery(Type entityType, IEnumerable entities)

SqlQueryInsertValues

CreateInsertQuery(Type, IEnumerable, IList<string>, bool, bool)

Section titled “CreateInsertQuery(Type, IEnumerable, IList<string>, bool, bool)”
public static SqlQueryInsertValues CreateInsertQuery(Type entityType, IEnumerable entities, IList<string> properties, bool excludeProperties, bool withReturning)

SqlQueryInsertValues

public static SqlQuerySelect CreateSelectQuery()

SqlQuerySelect

public static SqlQuerySelect CreateSelectQuery(IList<string> properties, bool excludeProperties)

SqlQuerySelect

public static SqlQuerySelect CreateSelectQuery(IList recordsKeys)

SqlQuerySelect

CreateSelectQuery<T>(IList, IList<string>, bool)

Section titled “CreateSelectQuery<T>(IList, IList<string>, bool)”
public static SqlQuerySelect CreateSelectQuery(IList recordsKeys, IList<string> properties, bool excludeProperties)

SqlQuerySelect

public static SqlQuerySelect CreateSelectQuery(Type entityType)

SqlQuerySelect

CreateSelectQuery(Type, IList<string>, bool)

Section titled “CreateSelectQuery(Type, IList<string>, bool)”
public static SqlQuerySelect CreateSelectQuery(Type entityType, IList<string> properties, bool excludeProperties)

SqlQuerySelect

public static SqlQuerySelect CreateSelectQuery(Type entityType, IList recordsKeys)

SqlQuerySelect

CreateSelectQuery(Type, IList, IList<string>, bool)

Section titled “CreateSelectQuery(Type, IList, IList<string>, bool)”
public static SqlQuerySelect CreateSelectQuery(Type entityType, IList recordsKeys, IList<string> properties, bool excludeProperties)

SqlQuerySelect

public static SqlQueryUpdate CreateUpdateQuery(IList<T> entities)

SqlQueryUpdate

CreateUpdateQuery<T>(IList<T>, IList<string>, bool, bool)

Section titled “CreateUpdateQuery<T>(IList<T>, IList<string>, bool, bool)”
public static SqlQueryUpdate CreateUpdateQuery(IList<T> entities, IList<string> properties, bool excludeProperties, bool withReturning)

SqlQueryUpdate

public static SqlQueryUpdate CreateUpdateQuery(Type entityType, IEnumerable entities)

SqlQueryUpdate

CreateUpdateQuery(Type, IEnumerable, IList<string>, bool, bool)

Section titled “CreateUpdateQuery(Type, IEnumerable, IList<string>, bool, bool)”
public static SqlQueryUpdate CreateUpdateQuery(Type entityType, IEnumerable entities, IList<string> properties, bool excludeProperties, bool withReturning)

SqlQueryUpdate

CreateUpsertQuery<T>(IList<T>, DbUpsertMode)

Section titled “CreateUpsertQuery<T>(IList<T>, DbUpsertMode)”
public static SqlQuerySelect CreateUpsertQuery(IList<T> entities, DbUpsertMode mode)

SqlQuerySelect

CreateUpsertQuery<T>(IList<T>, DbUpsertMode, IList<string>, bool, bool)

Section titled “CreateUpsertQuery<T>(IList<T>, DbUpsertMode, IList<string>, bool, bool)”
public static SqlQuerySelect CreateUpsertQuery(IList<T> entities, DbUpsertMode mode, IList<string> properties, bool excludeProperties, bool withReturning)

SqlQuerySelect

CreateUpsertQuery(Type, IEnumerable, DbUpsertMode)

Section titled “CreateUpsertQuery(Type, IEnumerable, DbUpsertMode)”
public static SqlQuerySelect CreateUpsertQuery(Type entityType, IEnumerable entities, DbUpsertMode mode)

SqlQuerySelect

CreateUpsertQuery(Type, IEnumerable, DbUpsertMode, IList<string>, bool, bool)

Section titled “CreateUpsertQuery(Type, IEnumerable, DbUpsertMode, IList<string>, bool, bool)”
public static SqlQuerySelect CreateUpsertQuery(Type entityType, IEnumerable entities, DbUpsertMode mode, IList<string> properties, bool excludeProperties, bool withReturning)

SqlQuerySelect

public static SqlQueryValues CreateValuesQuery(IList<T> entities)

SqlQueryValues

CreateValuesQuery<T>(IList<T>, IList<string>, bool)

Section titled “CreateValuesQuery<T>(IList<T>, IList<string>, bool)”
public static SqlQueryValues CreateValuesQuery(IList<T> entities, IList<string> properties, bool excludeProperties)

SqlQueryValues

public static SqlQueryValues CreateValuesQuery(Type entityType, IEnumerable entities)

SqlQueryValues

CreateValuesQuery(Type, IEnumerable, IList<string>, bool)

Section titled “CreateValuesQuery(Type, IEnumerable, IList<string>, bool)”
public static SqlQueryValues CreateValuesQuery(Type entityType, IEnumerable entities, IList<string> properties, bool excludeProperties)

SqlQueryValues