The IKeyValue type exposes the following members.

Properties

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

See Also