The Column type exposes the following members.

Methods

  NameDescription
Public methodClone
Shallow copy, the value is not copied
Public methodEquals(Object)
Determines if this instance of Column and a specified object, which must be a Column can be considered the same.
(Overrides Object..::..Equals(Object).)
Public methodEquals(Column)
Determines if this instance of Column and the specified Column can be considered the same.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAlias(Dialect)
Public methodGetAlias(Dialect, Table)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetQuotedName()()()()
returns quoted name as it would be in the mapping file.
Public methodGetQuotedName(Dialect)
Gets the name of this Column in quoted form if it is necessary.
Public methodGetSqlType
Gets the name of the data type for the column.
Public methodGetSqlTypeCode
Public methodGetTemplate
Public methodGetText
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCaracteristicsDefined
Public methodIsLengthDefined
Public methodIsPrecisionDefined
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

See Also