Click or drag to resize
AbstractInfoBaseTInfoIsModifiedExternally Method
Goes through the columns which are stored externally and checks if the data in DB is the same as in external storage. If all the columns are same returns true, otherwise false.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected override bool IsModifiedExternally()

Return Value

Type: Boolean
See Also