HyperActive
CreateColumnList Method (table, classDecl)
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorCreateColumnList(TableSchema, ClassDeclaration)
Creates the column list.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
table (TableSchema)
The table.
classDecl (ClassDeclaration)
The class decl.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)