ParameterBindingInfo.GetValueBufferIndex(IPropertyBase) Metodo

Definizione

Ottiene l'indice nell'oggetto ValueBuffer in cui è possibile trovare il valore della proprietà.

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

Parametri

property
IPropertyBase

Proprietà.

Restituisce

Indice in cui è possibile trovare il relativo valore.

Si applica a