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

Statement.ListClassName Property

The list class name to use for strongly typed collection.

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

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace