Schema Constructor (String, IEnumerable String , Boolean, ScriptRunner)NFX Class Library

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

Initializes a new instance of the Schema class

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

public Schema(
	string fileName,
	IEnumerable<string> includePaths = null,
	bool runScript = true,
	ScriptRunner runner = null
)

Parameters

fileName
Type: OnlineSystem String
includePaths (Optional)
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
runScript (Optional)
Type: OnlineSystem Boolean
runner (Optional)
Type: NFX.Environment ScriptRunner
See Also