RuntimePropertyBase.SetPropertyIndexes 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.
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public virtual void SetPropertyIndexes (int index, int originalValueIndex, int shadowIndex, int relationshipIndex, int storeGenerationIndex);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member SetPropertyIndexes : int * int * int * int * int -> unit
override this.SetPropertyIndexes : int * int * int * int * int -> unit
Public Overridable Sub SetPropertyIndexes (index As Integer, originalValueIndex As Integer, shadowIndex As Integer, relationshipIndex As Integer, storeGenerationIndex As Integer)
Parameters
- index
- Int32
- originalValueIndex
- Int32
- shadowIndex
- Int32
- relationshipIndex
- Int32
- storeGenerationIndex
- Int32
- Attributes
Applies to
Entity Framework