Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A generic class that allows you to specify restrictions for schema rowsets.
template < 
   class T, 
   short nRestrictions, 
   const GUID* pguid 
>
class CRestrictions : public CSchemaRowset < 
   T, 
   nRestrictions  
>
Parameters
- T 
 The class used for the accessor.
- nRestrictions 
 The number of restriction columns for the schema rowset.
- pguid 
 A pointer to the GUID for the schema.
Requirements
Header: atldbsch.h
See Also
Concepts
OLE DB Consumer Templates (C+)
OLE DB Consumer Templates Reference