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

SimpleDaoSession.CreateCommand Method 

[Visual Basic]
Overrides Public Function CreateCommand( _
   ByVal CommandType As CommandType _
) As IDbCommand _
    Implements IDalSession.
[C#]
public override IDbCommand CreateCommand(
   CommandType commandType
);

Parameters

commandType

Return Value

Implements

IDalSession.

See Also

SimpleDaoSession Class | IBatisNet.DataAccess.DaoSessionHandlers Namespace