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
)
Public Function TotalShapeNumberOfBytes (
schema As Schema
) As Integer
public:
int TotalShapeNumberOfBytes(
Schema^ schema
)
member TotalShapeNumberOfBytes :
schema : Schema -> int
Parameters
- schema
- Type: VelocityDb.TypeInfoSchema
The active schema
Return Value
Type:
Int32The total size of all fields or -1 if fields do not have a fixed size
See Also