RDBMSEntity Constructor NFX Class Library

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

Initializes a new instance of the RDBMSEntity class

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

public RDBMSEntity(
	RDBMSEntity parentEntity,
	IConfigNode sourceNode,
	RDBMSEntityType entityType,
	string originalName,
	string originalShortName = null,
	string transformedName = null,
	string transformedShortName = null
)
See Also