VCWizCtlClass::GetConsumerClass Method (String^, Boolean, Boolean, Boolean, Boolean, Boolean)
Visual Studio 2015
Returns a string containing the consumer class.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
public: virtual String^ GetConsumerClass( String^ bstrClassName, bool bAttributed = true, bool bCommand = false, bool bChange = false, bool bInsert = false, bool bDelete = false )
Parameters
- bstrClassName
-
Type:
System::String^
Required. A string containing the class name.
- bAttributed
-
Type:
System::Boolean
Optional. true if the class is attributed; otherwise false.
- bCommand
-
Type:
System::Boolean
Optional. Indicates that the class generates code to set and execute commands.
- bChange
-
Type:
System::Boolean
Optional. true if the class can modify a rowset; otherwise false.
- bInsert
-
Type:
System::Boolean
Optional. true if the class can insert items into a rowset; otherwise false.
- bDelete
-
Type:
System::Boolean
Optional. true if the class can remove items from a rowset; otherwise false.
See the ATL OLE DB Consumer Wizard for more information.
Show: