ParameterBindingInfo.GetValueBufferIndex(IPropertyBase) Méthode

Définition

Obtient l’index dans l’emplacement ValueBuffer où la valeur de propriété peut être trouvée.

public int GetValueBufferIndex (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
member this.GetValueBufferIndex : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> int
Public Function GetValueBufferIndex (property As IPropertyBase) As Integer

Paramètres

property
IPropertyBase

Propriété.

Retours

Index dans lequel sa valeur peut être trouvée.

S’applique à