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

TypeAlias.Name Property

Name used to identify the typeAlias amongst the others.

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

Example

Account

See Also

TypeAlias Class | IBatisNet.DataMapper.Configuration.Alias Namespace