Prototypes.

BackingFieldPath(IReflectClass, Object) Method

Summary

analyzes the passed expression and tries to find the path to the backing field that is accessed.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Qlin
Containing Type
Prototypes

Syntax

public virtual IEnumerator BackingFieldPath(IReflectClass claxx, Object expression)

Remarks

analyzes the passed expression and tries to find the path to the backing field that is accessed.

Parameters

Name Type Description
claxx IReflectClass
expression Object

Return Value

Type Description
IEnumerator