ORM Sample Class Library

FetchPath Class

Specify the tables that need to be fetched.

For a list of all members of this type, see FetchPath Members.

System.Object
   FetchPath

[Visual Basic]
Public Class FetchPath
[C#]
public class FetchPath

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This is a custom class type that should be used as an extended enumerator. It is designed as a tree of enumerators. It is to be used to map out the path to take through relationships to retrieve related tables.

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

FetchPath Members | OleroTrainingBiz Namespace


Protected Instance Methods