IEntityValue.TryGetRelatedEntities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Try to get related entities saved through earlier SetRelatedEntities(String, IReadOnlyCollection<IEntityValue>).
public bool TryGetRelatedEntities (string collectionName, out System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ProjectSystem.Query.IEntityValue>? entityValues);
abstract member TryGetRelatedEntities : string * seq -> bool
Public Function TryGetRelatedEntities (collectionName As String, ByRef entityValues As IEnumerable(Of IEntityValue)) As Boolean
Parameters
- collectionName
- String
The collection name.
- entityValues
- IEnumerable<IEntityValue>
Entity values in the collection.
Returns
true
if child entities can be found in the model.