TypeInfo Class

Definition

public abstract class TypeInfo : IComparable<Microsoft.SqlServer.Management.SqlParser.Metadata.TypeInfo>, IEquatable<Microsoft.SqlServer.Management.SqlParser.Metadata.TypeInfo>
type TypeInfo = class
    interface IComparable<TypeInfo>
    interface IEquatable<TypeInfo>
Public MustInherit Class TypeInfo
Implements IComparable(Of TypeInfo), IEquatable(Of TypeInfo)
Inheritance
TypeInfo
Derived
Implements

Constructors

TypeInfo(Type, Int32)

Properties

Id
IsCollection
IsMetadata
IsPrimitive
Name
Type

Methods

CompareTo(TypeInfo)
Equals(Object)
Equals(TypeInfo)
GetHashCode()

Applies to