3 references to IsTypeOfTerminal
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMapping.cs (1)
249
string isTypeOfDescription = StorageMslConstructs.IsTypeOf + unreachableIsTypeOf.Key.FullName + StorageMslConstructs.
IsTypeOfTerminal
;
System\Data\Mapping\StorageMappingItemLoader.cs (2)
949
if (!name.EndsWith(StorageMslConstructs.
IsTypeOfTerminal
, StringComparison.Ordinal))
957
entityTypeName = entityTypeName.Substring(0, entityTypeName.Length - StorageMslConstructs.
IsTypeOfTerminal
.Length).Trim();