LinqConnect Documentation
In This Topic
    Persisting New Entities
    In This Topic
    Persisting New Entities
    LinqConnect Documentation
    Persisting New Entities
    [email protected]

    This section describes the possible ways of saving newly created objects and the processes that pass when this is done. We also discuss the details of some special situations, like saving entities that participate in an inheritance hierarchy or generating entity fields at the server side.

    InsertOnSubmit and InsertAllOnSubmit

    Desribes methods, informing DataContext about new entities that should be persisted.

    Saving Related Entities

    Describes how LinqConnect persists related entities.

    Persisting Inherited Entities

    Describes how LinqConnect persists inherited entities.

    Primary Key Generation

    Describes LinqConnect facilities for automatic generation of entity key values.