点击或拖拽改变大小

ShopEditAggregateUpdateT 方法

修改

命名空间:  Project.Aggregate
程序集:  Project.Aggregate (在 Project.Aggregate.dll 中) 版本:1.1.0.0 (1.1.0.0)
语法
public T Update<T>(
	T aggregate_info,
	ref List<string> SQLString
)
where T : new(), ShopEditAggregate

参数

aggregate_info
类型:T

[缺少 "M:Project.Aggregate.ShopEditAggregate.Update``1(``0,System.Collections.Generic.List{System.String}@)" 的 <param name="aggregate_info"/> 文档]

SQLString
类型:System.Collections.GenericListString

[缺少 "M:Project.Aggregate.ShopEditAggregate.Update``1(``0,System.Collections.Generic.List{System.String}@)" 的 <param name="SQLString"/> 文档]

类型参数

T

[缺少 "M:Project.Aggregate.ShopEditAggregate.Update``1(``0,System.Collections.Generic.List{System.String}@)" 的 <typeparam name="T"/> 文档]

返回值

类型:T

[缺少 "M:Project.Aggregate.ShopEditAggregate.Update``1(``0,System.Collections.Generic.List{System.String}@)" 的 <returns> 文档]

参见