[Missing <summary> documentation for "M:NHibernate.Loader.Custom.CustomLoader.ScalarResultColumnProcessor.PerformDiscovery(NHibernate.Loader.Custom.CustomLoader.MetaData,System.Collections.Generic.IList{NHibernate.Type.IType},System.Collections.Generic.IList{System.String})"]

Namespace: NHibernate.Loader.Custom
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void PerformDiscovery(
	CustomLoader..::..MetaData metadata,
	IList<IType> types,
	IList<string> aliases
)
Visual Basic
Public Sub PerformDiscovery ( _
	metadata As CustomLoader..::..MetaData, _
	types As IList(Of IType), _
	aliases As IList(Of String) _
)
Visual C++
public:
virtual void PerformDiscovery(
	CustomLoader..::..MetaData^ metadata, 
	IList<IType^>^ types, 
	IList<String^>^ aliases
) sealed

Parameters

metadata
Type: NHibernate.Loader.Custom..::..CustomLoader..::..MetaData

[Missing <param name="metadata"/> documentation for "M:NHibernate.Loader.Custom.CustomLoader.ScalarResultColumnProcessor.PerformDiscovery(NHibernate.Loader.Custom.CustomLoader.MetaData,System.Collections.Generic.IList{NHibernate.Type.IType},System.Collections.Generic.IList{System.String})"]

types
Type: System.Collections.Generic..::..IList<(Of <(<'IType>)>)>

[Missing <param name="types"/> documentation for "M:NHibernate.Loader.Custom.CustomLoader.ScalarResultColumnProcessor.PerformDiscovery(NHibernate.Loader.Custom.CustomLoader.MetaData,System.Collections.Generic.IList{NHibernate.Type.IType},System.Collections.Generic.IList{System.String})"]

aliases
Type: System.Collections.Generic..::..IList<(Of <(<'String>)>)>

[Missing <param name="aliases"/> documentation for "M:NHibernate.Loader.Custom.CustomLoader.ScalarResultColumnProcessor.PerformDiscovery(NHibernate.Loader.Custom.CustomLoader.MetaData,System.Collections.Generic.IList{NHibernate.Type.IType},System.Collections.Generic.IList{System.String})"]

Implements

CustomLoader..::..IResultColumnProcessor..::..PerformDiscovery(CustomLoader..::..MetaData, IList<(Of <<'(IType>)>>), IList<(Of <<'(String>)>>))

See Also