判断指定的属性是否为null值
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic virtual bool IsNull(
string name
)
Public Overridable Function IsNull (
name As String
) As Boolean
public:
virtual bool IsNull(
String^ name
)
abstract IsNull :
name : string -> bool
override IsNull :
name : string -> bool
Parameters
- name
- Type: SystemString
属性名称
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.Db.DbEntity.IsNull(System.String)"]
See Also