Creates a new instance of the Link class, to be persisted in the specified object store, based on the class ID.

The created object does not yet exist in an object store. To persist the created object to the object store, you must explicitly call the save method, or commit the object via a batch operation. Both approaches cause a round-trip to the server.

Overload List

  Name Description
Public method Static CreateInstance (IObjectStore, String) Creates a new instance of the Link class, to be persisted in the specified object store, based on the class ID.

The created object does not yet exist in an object store. To persist the created object to the object store, you must explicitly call the save method, or commit the object via a batch operation. Both approaches cause a round-trip to the server.

Public method Static CreateInstance (IObjectStore, String, Id) Creates a new instance of the Link class, to be persisted in the specified object store, based on the class ID and GUID.

The created object does not yet exist in an object store. To persist the created object to the object store, you must explicitly call the save method, or commit the object via a batch operation. Both approaches cause a round-trip to the server.

See Also