The IKeyValue type exposes the following members.

Methods

  NameDescription
Public methodAccept (Inherited from IValue.)
Public methodCreateForeignKey
(Inherited from IValue.)
Public methodCreateForeignKeyOfEntity
Public methodCreateIdentifierGenerator
Public methodIsIdentityColumn
Public methodIsValid
Determines if the Value is part of a valid mapping.
(Inherited from IValue.)
Public methodSetTypeUsingReflection (Inherited from IValue.)

Properties

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

See Also