The behavioral contract of any Carbonite data access object (DAO). Carbonite DAOs translate persistence operations to and from a wide variety of data stores.

The following tables list the members exposed by the IBaseDao type.

Name Description
Public method Initialize Initializes the current DAO with the specified host carbonite controller as its data store context provider.
Top