IndexExtensions Class

Definition

Extension methods for IIndex.

public static class IndexExtensions
type IndexExtensions = class
Public Module IndexExtensions
Inheritance
IndexExtensions

Methods

GetNullableValueFactory<TKey>(IIndex)

Gets a factory for key values based on the index key values taken from various forms of entity data.

This method is typically used by database providers (and other extensions). It is generally not used in application code.

ToDebugString(IIndex, MetadataDebugStringOptions, Int32)

Creates a human-readable representation of the given metadata.

Warning: Do not rely on the format of the returned string. It is designed for debugging only and may change arbitrarily between releases.

Applies to