SnapDAL Library Documentation

RecordingProvider.CreateDataAdapter Method

Create a DataAdapter by delegating to the first provider added to the delegated provider.

Overload List

Inherited from Provider.

protected internal IDbDataAdapter CreateDataAdapter(string,HybridDictionary,IDbTransaction,IDbConnection);

Create a DataAdapter by delegating to the first provider added to the delegated provider.

public override IDbDataAdapter CreateDataAdapter(string,IDbConnection);

See Also

RecordingProvider Class | SnapDAL.Providers Namespace