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

SqlMapSession.CreateDataParameter Method 

Create an IDataParameter

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

Return Value

An IDataParameter.

Implements

IDalSession.

See Also

SqlMapSession Class | IBatisNet.DataMapper Namespace