mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
-
This commit is contained in:
parent
7242c38152
commit
7050a293b2
@ -10,8 +10,6 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
private SqlSugarProvider context;
|
private SqlSugarProvider context;
|
||||||
private ISugarQueryable<T> queryable;
|
private ISugarQueryable<T> queryable;
|
||||||
private string AsName { get; set; }
|
|
||||||
private int Size { get; set; }
|
|
||||||
private EntityInfo entityInfo { get; set; }
|
private EntityInfo entityInfo { get; set; }
|
||||||
public FastestProvider(SqlSugarProvider sqlSugarProvider)
|
public FastestProvider(SqlSugarProvider sqlSugarProvider)
|
||||||
{
|
{
|
||||||
|
@ -8,6 +8,9 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
public partial class FastestProvider<T> : IFastest<T> where T : class, new()
|
public partial class FastestProvider<T> : IFastest<T> where T : class, new()
|
||||||
{
|
{
|
||||||
|
private string AsName { get; set; }
|
||||||
|
private int Size { get; set; }
|
||||||
|
|
||||||
public IFastest<T> AS(string tableName)
|
public IFastest<T> AS(string tableName)
|
||||||
{
|
{
|
||||||
this.AsName = tableName;
|
this.AsName = tableName;
|
||||||
|
Loading…
Reference in New Issue
Block a user