Row PersistConfiguration Method NFX Class Library

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

The base class does not implement this method. Override to persist row fields into config node

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

public virtual void PersistConfiguration(
	ConfigSectionNode node
)

Implements

IConfigurationPersistent PersistConfiguration(ConfigSectionNode)
See Also