Click or drag to resize
DbEntityCopyTo Method
将本对象数据复制到指定的对象

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual void CopyTo(
	DbEntity target
)

Parameters

target
Type: Adf.DbDbEntity
接收数据的对象
See Also