CosmosPropertyExtensions.GetPropertyName(IProperty) Method

Definition

Returns the property name used when targeting Cosmos.

public static string GetPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetPropertyName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetPropertyName (property As IProperty) As String

Parameters

property
IProperty

The property.

Returns

The property name used when targeting Cosmos.

Applies to