IClrCollectionAccessor.GetOrCreate(Object, Boolean) 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.
Either returns the existing collection instance set on the navigation property, or if none exists, then creates a new instance, sets it, and returns it.
public object GetOrCreate (object entity, bool forMaterialization);
abstract member GetOrCreate : obj * bool -> obj
Public Function GetOrCreate (entity As Object, forMaterialization As Boolean) As Object
Parameters
- entity
- Object
The entity instance.
- forMaterialization
- Boolean
If true, then this is happening as part of query materialization; false
otherwise.
Returns
The existing or new collection.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework