Overload List

  NameDescription
Public methodStatic memberClone<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), T)
Clones a single entity into an EntitySet.
Public methodStatic memberClone<(Of <<'(T>)>>)(T, T)
Does a direct clone of one entity to another. The resulting EntityState of the targetEntity is not guaranteed
Public methodStatic memberClone<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>), LoadBehavior)
Clones an IEnumerable of entities into an EntitySet.

See Also