SnapDAL Library Documentation

RecordingProvider.CreateCommand Method 

Create a IDbCommand by delegating to the first provider added to the delegated provider

public override IDbCommand CreateCommand(
   string cmdText,
   IDbConnection connection
);

Parameters

cmdText
connection

Return Value

See Also

RecordingProvider Class | SnapDAL.Providers Namespace