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

Statement.CreateInstanceOfListClass Method 

Create an instance of 'IList' class.

[Visual Basic]
NotOverridable Public Function CreateInstanceOfListClass() As IList _
    Implements IStatement.
[C#]
public IList CreateInstanceOfListClass();

Return Value

An object which implment IList.

Implements

IStatement.

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace