Initializes a new instance of the IdentifierExpression class.

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

Syntax

C#
public IdentifierExpression(
	Type entityType,
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	entityType As Type, _
	name As String _
)

Parameters

entityType
Type: System..::.Type
The type of entity which is associated with this identifier expression
name
Type: System..::.String
The identifier name.

See Also