Gets whether the field is defined on a specific entity.

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

Syntax

C#
public bool IsDefined(
	Entity entity
)
Visual Basic (Declaration)
Public Function IsDefined ( _
	entity As Entity _
) As Boolean

Parameters

entity
Type: Mindscape.LightSpeed..::.Entity
The entity to check.

Return Value

true if the field is defined in the entity; otherwise false.

See Also