Description

Returns the sum of the storage used (in bytes) by McDBNode references stored in the Selection.

Return Type

A Currency value.   A Currency with the Sum.
Failure Returns 0.

Failure conditions:
* None of the McDataNodeRefs had a McDataHandler supporting the NodeGetDataSize function.
* McDataNodeRef::Node could Not be de-referenced.
* Problem in the McDataHandler.

Syntax

object.Size (ecbOfWhat, [sDisplayName])

The Size Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodes.
ecbOfWhatRequired. A mcDataCountBytes enumeration, as described in settings. Method of calculation. See McDataCountBytes.
sDisplayNameOptional. A String value. An identifier specifying a particular McDataSource implementation.

Settings

The settings for ecbOfWhat are:

ConstantValueDescription
 mcdatcb_ActualData0

Dereferenced (amount of storage for serialized object itself).

 mcdatcb_DataStorage1

Storage displacement (actually stored in the database node).

Remarks

The total will be of best effort quality.