The OneToOne type exposes the following members.

Constructors

  NameDescription
OneToOne

Methods

  NameDescription
AddColumn (Inherited from SimpleValue.)
AddFormula (Inherited from SimpleValue.)
CreateForeignKey
CreateForeignKeyOfClass (Inherited from SimpleValue.)
CreateIdentifierGenerator (Inherited from SimpleValue.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsValid (Inherited from SimpleValue.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetTypeByReflectionOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ColumnCollection (Inherited from SimpleValue.)
ColumnInsertability (Inherited from SimpleValue.)
ColumnSpan (Inherited from SimpleValue.)
ColumnUpdateability (Inherited from SimpleValue.)
ConstraintColumns
FetchMode
(Inherited from ToOne.)
ForeignKeyDirection
ForeignKeyName (Inherited from SimpleValue.)
HasFormula (Inherited from SimpleValue.)
Identifier
IdentifierGeneratorProperties (Inherited from SimpleValue.)
IdentifierGeneratorStrategy (Inherited from SimpleValue.)
IsComposite (Inherited from SimpleValue.)
IsConstrained
IsLazy (Inherited from ToOne.)
IsNullable
IsSimpleValue (Inherited from SimpleValue.)
IsUnique (Inherited from SimpleValue.)
NullValue (Inherited from SimpleValue.)
ReferencedEntityName (Inherited from ToOne.)
ReferencedPropertyName
(Inherited from ToOne.)
Table (Inherited from SimpleValue.)
Type (Inherited from SimpleValue.)

See Also