Gets or sets the Name used to identify the constraint in the database.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Name As String |
C# |
---|
public string Name { get; set; } |
Visual C++ |
---|
public: property String^ Name { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_name(); function set_name(value); |