Adds an attribute to a ClassDeclaration.
| C# | Visual Basic | Visual C++ |
protected abstract void AddClassAttributes( ClassDeclaration classDeclaration, TableSchema table )
Protected MustOverride Sub AddClassAttributes ( _ classDeclaration As ClassDeclaration, _ table As TableSchema _ )
protected: virtual void AddClassAttributes( ClassDeclaration^ classDeclaration, TableSchema^ table ) abstract
- classDeclaration (ClassDeclaration)
- The ClassDeclaration instance the property is added to.
- table (TableSchema)
- The database table the ClassDeclaration represents.