The IValue type exposes the following members.

Methods

  NameDescription
Public methodAccept
Public methodCreateForeignKey
Public methodIsValid
Determines if the Value is part of a valid mapping.
Public methodSetTypeUsingReflection

Properties

  NameDescription
Public propertyColumnInsertability
Public propertyColumnIterator
Gets an IEnumerable<(Of <(<'T>)>)> of Column objects that this value is stored in.
Public propertyColumnSpan
Gets the number of columns that this value spans in the table.
Public propertyColumnUpdateability
Public propertyFetchMode
Public propertyHasFormula
Public propertyIsAlternateUniqueKey
Gets a Boolean indicating if this Value is unique.
Public propertyIsNullable
Gets a Boolean indicating if this Value can have null values.
Public propertyIsSimpleValue
Gets a Boolean indicating if this is a SimpleValue that does not involve foreign keys.
Public propertyTable
Gets the Table this Value is stored in.
Public propertyType
Gets the IType to read/write the Values.

See Also