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