Overload List
Name | Description | |
---|---|---|
![]() ![]() | Clone<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), T) |
Clones a single entity into an EntitySet.
|
![]() ![]() | Clone<(Of <<'(T>)>>)(T, T) |
Does a direct clone of one entity to another.
The resulting EntityState of the targetEntity is not guaranteed
|
![]() ![]() | Clone<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>), LoadBehavior) |
Clones an IEnumerable of entities into an EntitySet.
|