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

SimpleDaoSession.CreateDataParameter Method 

Create an IDataParameter

[Visual Basic]
Overrides Public Function CreateDataParameter() As IDbDataParameter _
    Implements IDalSession.
[C#]
public override IDbDataParameter CreateDataParameter();

Return Value

An IDataParameter.

Implements

IDalSession.

See Also

SimpleDaoSession Class | IBatisNet.DataAccess.DaoSessionHandlers Namespace