[Missing <summary> documentation for "M:NHibernate.Cfg.XmlHbmBinding.MappingLogExtensions.LogMapped(NHibernate.Mapping.Property,NHibernate.IInternalLogger)"]

Namespace: NHibernate.Cfg.XmlHbmBinding
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static void LogMapped(
	this Property property,
	IInternalLogger log
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub LogMapped ( _
	property As Property, _
	log As IInternalLogger _
)
Visual C++
[ExtensionAttribute]
public:
static void LogMapped(
	Property^ property, 
	IInternalLogger^ log
)

Parameters

property
Type: NHibernate.Mapping..::..Property

[Missing <param name="property"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.MappingLogExtensions.LogMapped(NHibernate.Mapping.Property,NHibernate.IInternalLogger)"]

log
Type: NHibernate..::..IInternalLogger

[Missing <param name="log"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.MappingLogExtensions.LogMapped(NHibernate.Mapping.Property,NHibernate.IInternalLogger)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Property. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also