12 references to ResourceKeyKind
System.Data.Services (12)
System\Data\Services\Providers\ReflectionServiceProvider.cs (12)
194
internal static bool IsPropertyKeyProperty(PropertyInfo property, out
ResourceKeyKind
keyKind)
196
keyKind = (
ResourceKeyKind
)(-1);
206
keyKind =
ResourceKeyKind
.AttributedKey;
215
keyKind =
ResourceKeyKind
.TypeNameId;
220
keyKind =
ResourceKeyKind
.Id;
437
ResourceKeyKind
keyKind;
440
if (keyKind ==
ResourceKeyKind
.AttributedKey && !entityTypeCandidate)
616
ResourceKeyKind
keyKind = (
ResourceKeyKind
)Int32.MaxValue;
629
ResourceKeyKind
currentKeyKind = (
ResourceKeyKind
)(-1);
670
Debug.Assert(currentKeyKind ==
ResourceKeyKind
.AttributedKey, "This is the only way of specifying composite keys");