The DbTimestampType type exposes the following members.

Constructors

  NameDescription
Public methodDbTimestampType
Initializes a new instance of the DbTimestampType class

Methods

  NameDescription
Public methodAssemble
Reconstructs the object from its cached "disassembled" state.
(Inherited from AbstractType.)
Public methodBeforeAssemble (Inherited from AbstractType.)
Public methodCompare (Inherited from AbstractType.)
Public methodDeepCopy (Inherited from ImmutableType.)
Public methodDisassemble
Disassembles the object into a cacheable representation.
(Inherited from AbstractType.)
Public methodEquals
Determines whether the specified Object is equal to this NullableType.
(Inherited from NullableType.)
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 methodFromStringValue (Inherited from TimestampType.)
Public methodFromXMLNode (Inherited from NullableType.)
Public methodFromXMLString (Inherited from NullableType.)
Public methodGet(IDataReader, Int32) (Inherited from TimestampType.)
Public methodGet(IDataReader, String) (Inherited from TimestampType.)
Public methodGetColumnSpan
Returns the number of columns spanned by this NullableType
(Inherited from NullableType.)
Public methodGetHashCode()()()()
Serves as a hash function for the NullableType, suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from NullableType.)
Public methodGetHashCode(Object, EntityMode) (Inherited from AbstractType.)
Public methodGetHashCode(Object, EntityMode, ISessionFactoryImplementor) (Inherited from AbstractType.)
Public methodGetSemiResolvedType (Inherited from AbstractType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHydrate
Retrives an instance of the mapped class, or the identifier of an entity or collection from a IDataReader.
(Inherited from AbstractType.)
Public methodIsDirty(Object, Object, ISessionImplementor)
Should the parent be considered dirty, given both the old and current field or element value?
(Inherited from AbstractType.)
Public methodIsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor) (Inherited from NullableType.)
Public methodIsEqual(Object, Object) (Inherited from NullableType.)
Public methodIsEqual(Object, Object, EntityMode) (Inherited from NullableType.)
Public methodIsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) (Inherited from AbstractType.)
Public methodIsModified
Says whether the value has been modified
(Inherited from AbstractType.)
Public methodIsSame (Inherited from AbstractType.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNext (Inherited from TimestampType.)
Public methodNullSafeGet(IDataReader, String)
Gets the value of the field from the IDataReader.
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, array<String>[]()[][])
Extracts the values of the fields from the DataReader
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Inherited from NullableType.)
Public methodNullSafeSet(IDbCommand, Object, Int32)
Puts the value from the mapped class into the IDbCommand.
(Inherited from NullableType.)
Public methodNullSafeSet(IDbCommand, Object, Int32, ISessionImplementor)
When implemented by a class, puts the value/values from the mapped class into the IDbCommand.
(Inherited from NullableType.)
Public methodNullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor) (Inherited from NullableType.)
Public methodObjectToSQLString (Inherited from TimestampType.)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary) (Inherited from ImmutableType.)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection) (Inherited from AbstractType.)
Public methodResolveIdentifier
Maps identifiers to Entities or Collections.
(Inherited from AbstractType.)
Public methodSeed (Overrides TimestampType..::..Seed(ISessionImplementor).)
Public methodSemiResolve (Inherited from AbstractType.)
Public methodSet
Sets the value of this Type in the IDbCommand.
(Inherited from TimestampType.)
Public methodSetToXMLNode (Inherited from NullableType.)
Public methodSqlTypes
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
(Inherited from NullableType.)
Public methodStringToObject (Inherited from TimestampType.)
Public methodToColumnNullness (Inherited from NullableType.)
Public methodToLoggableString
When implemented by a class, a representation of the value to be embedded in an XML element
(Inherited from NullableType.)
Public methodToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Object) (Inherited from TimestampType.)
Public methodToXMLString (Inherited from NullableType.)
Protected methodUsePreparedStatement

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.)

Properties

  NameDescription
Public propertyComparator (Inherited from TimestampType.)
Public propertyDefaultValue (Inherited from TimestampType.)
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
Public propertyIsAssociationType
Gets a value indicating if the AbstractType is an IAssociationType.
(Inherited from AbstractType.)
Public propertyIsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.)
Public propertyIsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
Public propertyIsEntityType
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.)
Public propertyIsMutable
Gets the value indicating if this IType is mutable.
(Inherited from ImmutableType.)
Public propertyIsXMLElement (Inherited from AbstractType.)
Public propertyName (Overrides TimestampType..::..Name.)
Public propertyPrimitiveClass (Inherited from TimestampType.)
Public propertyReturnedClass (Inherited from TimestampType.)
Public propertySqlType
Gets the underlying SqlType for the column mapped by this NullableType.
(Inherited from NullableType.)

See Also