Abstract base class for the types defined by size.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public abstract class SizedType : DataType
Visual Basic (Declaration)
Public MustInherit Class SizedType _
	Inherits DataType
Visual C++
public ref class SizedType abstract : public DataType

Inheritance Hierarchy

See Also