RepositoryTSave Method

Saves a single entity to netFORUM

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void Save(
	T entity
)

Parameters

entity  T
The entity to save; can be an entirely new entity or one that already exists

See Also