The IValue type exposes the following members.

Methods

  NameDescription
CreateForeignKey
IsValid
Determines if the Value is part of a valid mapping.

Properties

  NameDescription
ColumnCollection
Gets an ICollection of Column objects that this value is stored in.
ColumnInsertability
ColumnSpan
Gets the number of columns that this value spans in the table.
ColumnUpdateability
FetchMode
HasFormula
IsNullable
Gets a Boolean indicating if this Value can have null values.
IsSimpleValue
Gets a Boolean indicating if this is a SimpleValue that does not involve foreign keys.
IsUnique
Gets a Boolean indicating if this Value is unique.
Table
Gets the Table this Value is stored in.
Type
Gets the IType to read/write the Values.

See Also