[Missing <summary> documentation for "P:NHibernate.Driver.NDataReader.Item(System.String)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Object this[ string name ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As Object Get |
Visual C++ |
---|
public: virtual property Object^ default[String^ name] { Object^ get (String^ name) sealed; } |
Parameters
- name
- Type: System..::..String