Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Generation As PropertyGeneration |
C# |
---|
public PropertyGeneration Generation { get; set; } |
Visual C++ |
---|
public: property PropertyGeneration Generation { PropertyGeneration get (); void set (PropertyGeneration value); } |
JavaScript |
---|
function get_generation(); function set_generation(value); |