DataParcelAttribute SupportsMerge Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns true if parcel supports merge with other versions. Server may merge multiple parcel versions to resolve versioning conflict. Default implementation returns false

Namespace: NFX.DataAccess.Distributed
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool SupportsMerge { get; private set; }

Property Value

Type: OnlineBoolean
See Also