Creates a ClassDeclaration.
| C# | Visual Basic | Visual C++ |
protected abstract ClassDeclaration CreateClass( NamespaceDeclaration namespaceDeclaration, TableSchema table )
Protected MustOverride Function CreateClass ( _ namespaceDeclaration As NamespaceDeclaration, _ table As TableSchema _ ) As ClassDeclaration
protected: virtual ClassDeclaration^ CreateClass( NamespaceDeclaration^ namespaceDeclaration, TableSchema^ table ) abstract
- namespaceDeclaration (NamespaceDeclaration)
- The NamespaceDeclaration instance the class is added to.
- table (TableSchema)
- The database table the ClassDeclaration represents.
A reference to the ClassDeclaration instance that was created.