Gets whether the field is defined on a specific entity type.
Namespace:
Mindscape.LightSpeed.MetaDataAssembly: Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)
Syntax
C# |
---|
public bool IsDefined( EntityInfo entityType ) |
Visual Basic (Declaration) |
---|
Public Function IsDefined ( _ entityType As EntityInfo _ ) As Boolean |
Parameters
- entityType
- Type: Mindscape.LightSpeed.MetaData..::.EntityInfo
The entity type to check.