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

IResultMap.IsInitalized Property

Gets or sets a value indicating whether this instance is initalized.

[Visual Basic]
<XmlIgnore(TypeId:=System.Xml.Serialization.XmlIgnoreAttribute)>
Property IsInitalized As 
[C#]
[XmlIgnore(TypeId=System.Xml.Serialization.XmlIgnoreAttribute)]
Boolean IsInitalized {get; set;}

Property Value

true if this instance is initalized; otherwise, false.

See Also

IResultMap Interface | IBatisNet.DataMapper.Configuration.ResultMapping Namespace