Click or drag to resize

TypeVersionTotalShapeNumberOfBytes Method

Get the total size of an object of the managed type (including base class fields)

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public int TotalShapeNumberOfBytes(
	Schema schema
)

Parameters

schema
Type: VelocityDb.TypeInfoSchema
The active schema

Return Value

Type: Int32
The total size of all fields or -1 if fields do not have a fixed size
See Also