[This is preliminary documentation and is subject to change.]
Override to compile a RDBMS Table
Namespace: NFX.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void DoColumn(
IConfigSectionNode columnNode,
RDBMSEntity table,
StringBuilder sb,
ref bool firstColumn,
Compiler..::..Outputs outputs
)
protected virtual void DoColumn(
IConfigSectionNode columnNode,
RDBMSEntity table,
StringBuilder sb,
ref bool firstColumn,
Compiler..::..Outputs outputs
)
Protected Overridable Sub DoColumn (
columnNode As IConfigSectionNode,
table As RDBMSEntity,
sb As StringBuilder,
ByRef firstColumn As Boolean,
outputs As Compiler..::..Outputs
)
Protected Overridable Sub DoColumn (
columnNode As IConfigSectionNode,
table As RDBMSEntity,
sb As StringBuilder,
ByRef firstColumn As Boolean,
outputs As Compiler..::..Outputs
)
protected:
virtual void DoColumn(
IConfigSectionNode^ columnNode,
RDBMSEntity^ table,
StringBuilder^ sb,
bool% firstColumn,
Compiler..::..Outputs^ outputs
)
protected:
virtual void DoColumn(
IConfigSectionNode^ columnNode,
RDBMSEntity^ table,
StringBuilder^ sb,
bool% firstColumn,
Compiler..::..Outputs^ outputs
)
abstract DoColumn :
columnNode : IConfigSectionNode *
table : RDBMSEntity *
sb : StringBuilder *
firstColumn : bool byref *
outputs : Compiler..::..Outputs -> unit
override DoColumn :
columnNode : IConfigSectionNode *
table : RDBMSEntity *
sb : StringBuilder *
firstColumn : bool byref *
outputs : Compiler..::..Outputs -> unit
abstract DoColumn :
columnNode : IConfigSectionNode *
table : RDBMSEntity *
sb : StringBuilder *
firstColumn : bool byref *
outputs : Compiler..::..Outputs -> unit
override DoColumn :
columnNode : IConfigSectionNode *
table : RDBMSEntity *
sb : StringBuilder *
firstColumn : bool byref *
outputs : Compiler..::..Outputs -> unit