TechTalk Genome v4.2

IDataDomain.New<T> Method

Creates a new instance of a persistent type in this DataDomain.

Overload List

Creates a new instance of a persistent type in this DataDomain. The transaction context of the active Context in the calling thread is used for the operation.

T New<T>(params object[]);

Creates a new instance of a persistent type in this DataDomain. The newly created object is bound to context.

T New<T>(IContext,params object[]);

See Also

IDataDomain Interface | TechTalk.Genome Namespace | Context.Current