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

TypeAlias.ClassName Property

The class name to identify the typeAlias.

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

Example

Com.Site.Domain.Product

See Also

TypeAlias Class | IBatisNet.DataMapper.Configuration.Alias Namespace