Returns a PathExpression representing a given attribute path string.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public static PathExpression Attribute(
	Type entityType,
	string attributePath
)
Visual Basic (Declaration)
Public Shared Function Attribute ( _
	entityType As Type, _
	attributePath As String _
) As PathExpression

Parameters

entityType
Type: System..::.Type
The type of entity which this path is associated with
attributePath
Type: System..::.String
Path to the target attribute

Return Value

A PathExpression representing target attribute path.

See Also