Click or drag to resize
DbEntityContains Method
返回一个值,表示是否已初始或设置过指定名称的属性值

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual bool Contains(
	string Name
)

Parameters

Name
Type: SystemString
属性名称

Return Value

Type: Boolean

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

See Also