Abstract base class for all column types.

The DataType..::.VarChar type exposes the following members.

Constructors

  NameDescription
DataType..::.VarCharOverloaded.

Methods

  NameDescription
DataTypeEquals
Overridden. See DataTypeEquals(DataType).
(Inherited from DataType..::.SizedType.)
Equals
Overridden. See Equals(Object).
(Inherited from DataType.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Overridden. See GetHashCode()()().
(Inherited from DataType.)
GetSizePresentation
Returns string presentation of the type size.
(Inherited from DataType..::.SizedType.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetTypeDefinition
Overridden. See GetTypeDefinition()()().
(Overrides DataType..::.GetTypeDefinition()()().)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Overridden. See ToString()()().
(Inherited from DataType.)

Properties

  NameDescription
BaseType
Gets DataType
(Inherited from DataType.)
DefaultValue
Override. See DefaultValue. Gets ".
(Overrides DataType..::.DefaultValue.)
IsUserDefinedType
Gets if a type is declared as a user defined one.
(Inherited from DataType.)
MaxSize
Gets or sets maximum size for the sizing types.
(Inherited from DataType..::.SizedType.)
SupportCollation
Override. See SupportCollation.
(Overrides DataType..::.SupportCollation.)

See Also