[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 DoTable(
IConfigSectionNode tableNode,
Compiler..::..Outputs outputs
)
protected virtual void DoTable(
IConfigSectionNode tableNode,
Compiler..::..Outputs outputs
)
Protected Overridable Sub DoTable (
tableNode As IConfigSectionNode,
outputs As Compiler..::..Outputs
)
Protected Overridable Sub DoTable (
tableNode As IConfigSectionNode,
outputs As Compiler..::..Outputs
)
protected:
virtual void DoTable(
IConfigSectionNode^ tableNode,
Compiler..::..Outputs^ outputs
)
protected:
virtual void DoTable(
IConfigSectionNode^ tableNode,
Compiler..::..Outputs^ outputs
)
abstract DoTable :
tableNode : IConfigSectionNode *
outputs : Compiler..::..Outputs -> unit
override DoTable :
tableNode : IConfigSectionNode *
outputs : Compiler..::..Outputs -> unit
abstract DoTable :
tableNode : IConfigSectionNode *
outputs : Compiler..::..Outputs -> unit
override DoTable :
tableNode : IConfigSectionNode *
outputs : Compiler..::..Outputs -> unit