A Set with no nullable element columns will have a primary
key consisting of all table columns (ie - key columns +
element columns).
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class Set _ Inherits Collection |
C# |
---|
public class Set : Collection |
Visual C++ |
---|
public ref class Set : public Collection |
JavaScript |
---|
NHibernate.Mapping.Set = function(); Type.createClass( 'NHibernate.Mapping.Set', NHibernate.Mapping.Collection); |