The IValue type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accept | ||
| CreateForeignKey | ||
| IsValid |
Determines if the Value is part of a valid mapping.
| |
| SetTypeUsingReflection |
Properties
| Name | Description | |
|---|---|---|
| ColumnInsertability | ||
| ColumnIterator |
Gets an IEnumerable<(Of <(<'T>)>)> of Column objects
that this value is stored in.
| |
| ColumnSpan |
Gets the number of columns that this value spans in the table.
| |
| ColumnUpdateability | ||
| FetchMode | ||
| HasFormula | ||
| IsAlternateUniqueKey |
Gets a Boolean indicating if this Value is unique.
| |
| 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.
| |
| Table |
Gets the Table this Value is stored in.
| |
| Type |
Gets the IType to read/write the Values.
|