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

ParameterMap.Id Property

Identifier used to identify the ParameterMap amongst the others.

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

See Also

ParameterMap Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace