template < class T >
class CUtlProps : public CBitFieldOps, public CDBIDOps
Parameters
T
The class that contains the BEGIN_PROPSET_MAP.
Remarks
CUtlProps implements properties for a variety of OLE DB property interfaces (for example, IDBProperties, IDBProperties, and IRowsetInfo). Most of this class is an implementation detail.
CUtlProps contains two members for setting properties internally: GetPropValue and SetPropValue.
For more information on the macros used in a property set map, see BEGIN_PROPSET_MAP and END_PROPSET_MAP.
#include <atldb.h>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture