RDBMSCompiler ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Compiles schema scripts into RDBMS-family of outputs - the ones that have tables, keys, indexes, constraints etc...
Inheritance Hierarchy

OnlineSystem Object
  NFX.RelationalModel Compiler
    NFX.RelationalModel RDBMSCompiler
      NFX.RelationalModel MsSQLServerCompiler
      NFX.RelationalModel MySQLCompiler

Namespace: NFX.RelationalModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class RDBMSCompiler : Compiler
See Also