Click or drag to resize
DbEntitySetFields Method
设置要处理的字段列表

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public DbEntity SetFields(
	params string[] fields
)

Parameters

fields
Type: SystemString
处理全部则不传入或设置为零长度

Return Value

Type: DbEntity

[Missing <returns> documentation for "M:Adf.Db.DbEntity.SetFields(System.String[])"]

See Also