mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
-
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user