Namespace:
NHibernate.Driver
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Item ( _ name As String _ ) As Object |
C# |
---|
public Object Item[ string name ] { get; } |
Visual C++ |
---|
public: virtual property Object^ Item[String^ name] { Object^ get (String^ name) sealed; } |
JavaScript |
---|
function get_item(name); |
Parameters
- name
- Type: System..::.String