[This is preliminary documentation and is subject to change.]
Override to merge other parcels into this one. Return true if merge changed the payload. See Merge().
This implementation throws an exception
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual bool DoMerge(
IEnumerable<Parcel> others
)
protected virtual bool DoMerge(
IEnumerable<Parcel> others
)
Protected Overridable Function DoMerge (
others As IEnumerable(Of Parcel)
) As Boolean
Protected Overridable Function DoMerge (
others As IEnumerable(Of Parcel)
) As Boolean
protected:
virtual bool DoMerge(
IEnumerable<Parcel^>^ others
)
protected:
virtual bool DoMerge(
IEnumerable<Parcel^>^ others
)
abstract DoMerge :
others : IEnumerable<Parcel> -> bool
override DoMerge :
others : IEnumerable<Parcel> -> bool
abstract DoMerge :
others : IEnumerable<Parcel> -> bool
override DoMerge :
others : IEnumerable<Parcel> -> bool
Return Value
Type:
Boolean