Namespaces

Types

Type PropertyGeneration

Namespace NHibernate.Mapping

Parent Enum

Methods

Fields

Public instance methods

int CompareTo(object target)

Parameters
return int
object target

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

TypeCode GetTypeCode()

Parameters
return TypeCode

string ToString()

Parameters
return string

string ToString(IFormatProvider provider)

Parameters
return string
IFormatProvider provider

string ToString(string format, IFormatProvider provider)

Parameters
return string
string format
IFormatProvider provider

string ToString(string format)

Parameters
return string
string format

Public fields

int value__

return int

PropertyGeneration Never

Values for this property are never generated by the database.
return PropertyGeneration

PropertyGeneration Insert

Values for this property are generated by the database on insert.
return PropertyGeneration

PropertyGeneration Always

Values for this property are generated by the database on both insert and update.
return PropertyGeneration