Creates the column list.
| C# | Visual Basic | Visual C++ |
protected virtual void CreateColumnList( TableSchema table, ClassDeclaration classDecl )
Protected Overridable Sub CreateColumnList ( _ table As TableSchema, _ classDecl As ClassDeclaration _ )
protected: virtual void CreateColumnList( TableSchema^ table, ClassDeclaration^ classDecl )
- table (TableSchema)
- The table.
- classDecl (ClassDeclaration)
- The class decl.