DomainObjects Class Library

PersistenceFacade.Persist Method

Persists the specified object or set of objects.

Overload List

Persists the specified object or set of objects.

public static void Persist(params TransactableObject[]);

Persists the specified object or set of objects.

public static void Persist(IEnumerable<T>);

See Also

PersistenceFacade Class | DomainObjects.Facade.Command Namespace