Previous Topic: void SetVersionDescription( LPCTSTR szDescription )

Next Topic: LPCTSTR GetVersionDescription(void)


LPCTSTR GetMergeRule(void)

Gets the current value of the Merge Rule Option.

Owning Class

CaConcurrentMerge

Arguments

None

Return Value

LPCTSTR-current value of option

Example

CaConcurrentMerge& rConcurrentMerge = rContext.GetConcurrentMerge(); CaString = rConcurrentMerge.GetMergeRule();