[Missing <summary> documentation for "M:NHibernate.Event.AbstractCollectionEvent.GetOwnerIdOrNull(System.Object,NHibernate.Event.IEventSource)"]

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

Syntax

C#
protected static Object GetOwnerIdOrNull(
	Object owner,
	IEventSource source
)
Visual Basic
Protected Shared Function GetOwnerIdOrNull ( _
	owner As Object, _
	source As IEventSource _
) As Object
Visual C++
protected:
static Object^ GetOwnerIdOrNull(
	Object^ owner, 
	IEventSource^ source
)

Parameters

owner
Type: System..::..Object

[Missing <param name="owner"/> documentation for "M:NHibernate.Event.AbstractCollectionEvent.GetOwnerIdOrNull(System.Object,NHibernate.Event.IEventSource)"]

source
Type: NHibernate.Event..::..IEventSource

[Missing <param name="source"/> documentation for "M:NHibernate.Event.AbstractCollectionEvent.GetOwnerIdOrNull(System.Object,NHibernate.Event.IEventSource)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Event.AbstractCollectionEvent.GetOwnerIdOrNull(System.Object,NHibernate.Event.IEventSource)"]

See Also