Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetMetaAttribute ( _ name As String _ ) As MetaAttribute |
C# |
---|
public MetaAttribute GetMetaAttribute( string name ) |
Visual C++ |
---|
public: MetaAttribute^ GetMetaAttribute( String^ name ) |
JavaScript |
---|
function getMetaAttribute(name); |
Parameters
- name
- Type: System..::.String