Retrieve the MetaAttribute

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
MetaAttribute GetMetaAttribute(
	string attributeName
)
Visual Basic
Function GetMetaAttribute ( _
	attributeName As String _
) As MetaAttribute
Visual C++
MetaAttribute^ GetMetaAttribute(
	String^ attributeName
)

Parameters

attributeName
Type: System..::..String
The attribute name

Return Value

The MetaAttribute if exists; null otherwise

See Also