1 write to EntitySets
System.Data.Entity (1)
System\Data\Metadata\Converter.cs (1)
1003
EntitySets
= entitySets,
3 references to EntitySets
System.Data.Entity (3)
System\Data\Metadata\Edm\EdmFunction.cs (3)
60
if (payload.
EntitySets
!= null)
62
Debug.Assert(_returnParameters.Count == payload.
EntitySets
.Length, "The number of entity sets should match the number of return parameters");
63
_entitySets = new ReadOnlyMetadataCollection<EntitySet>(payload.
EntitySets
);