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#
void FetchTypedList(
	ITypedListLgp2 typedListToFill
)
Visual Basic
Sub FetchTypedList ( 
	typedListToFill As ITypedListLgp2
)
Visual C++
void FetchTypedList(
	ITypedListLgp2^ typedListToFill
)
F#
abstract FetchTypedList : 
        typedListToFill : ITypedListLgp2 -> unit 

Parameters

typedListToFill
Type: ITypedListLgp2
Typed list to fill.

Remarks

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

See Also