Creates a new instance of a persistent type in this DataDomain.
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[]);
IDataDomain Interface | TechTalk.Genome Namespace | Context.Current