iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ResultProperty.NullValue Property

Null value replacement.

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="nullValue", Namespace:="null", Form:=XmlSchemaForm.None, TypeId:=System.Xml.Serialization.XmlAttributeAttribute)>
Public Property NullValue As 
[C#]
[XmlAttribute(Type=null, AttributeName="nullValue", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
public String NullValue {get; set;}

Example

"no_email@provided.com"

See Also

ResultProperty Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace