Namespaces

Types

Type ForeignKeyDirection

Namespace NHibernate.Type

Methods

Fields

Public instance methods

bool CascadeNow(CascadePoint cascadePoint)

Should we cascade at this cascade point?
Parameters
return bool
CascadePoint cascadePoint

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public fields

ForeignKeyDirection ForeignKeyToParent

A foreign key from child to parent
return ForeignKeyDirection

ForeignKeyDirection ForeignKeyFromParent

A foreign key from parent to child
return ForeignKeyDirection