Click or drag to resize
DbEntityIsNull Method
判断指定的属性是否为null值

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

Parameters

name
Type: SystemString
属性名称

Return Value

Type: Boolean

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

See Also