Click or drag to resize
EntityNames Property
Returns the names of all relations within this entity.

Namespace: Colygon.MatchPoint.EntityModel.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public IEnumerable<string> Names { get; }

Property Value

Type: IEnumerableString

Implements

IKnownNamesNames
See Also