Fetches the fields passed in fieldCollectionToFetch from the persistent storage using the relations and filter information stored in the passed in typed list. For TypedView filling, use the method FetchTypedView()

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public virtual void FetchTypedList(
	ITypedListLgp2 typedListToFill
)
Visual Basic
Public Overridable Sub FetchTypedList ( 
	typedListToFill As ITypedListLgp2
)
Visual C++
public:
virtual void FetchTypedList(
	ITypedListLgp2^ typedListToFill
)
F#
abstract FetchTypedList : 
        typedListToFill : ITypedListLgp2 -> unit 
override FetchTypedList : 
        typedListToFill : ITypedListLgp2 -> unit 

Parameters

typedListToFill
Type: ITypedListLgp2
Typed list to fill.

Implements

IRepository..::..FetchTypedList(ITypedListLgp2)

Remarks

Grabs the fields list and relations set from the typed list passed in.

See Also