Key to identify a business object. The key contains of the primary key and the type name of the business object.
Namespace:
NHibernate.BusinessObjects
Assembly:
NHibernate.BusinessObjects (in NHibernate.BusinessObjects.dll)
Syntax
| Visual Basic |
|---|
Public Class BusinessObjectKey |
| C# |
|---|
public class BusinessObjectKey |
| Visual C++ |
|---|
public ref class BusinessObjectKey |
| JavaScript |
|---|
NHibernate.BusinessObjects.BusinessObjectKey = function();
Type.createClass(
'NHibernate.BusinessObjects.BusinessObjectKey'); |
Inheritance Hierarchy
See Also