EntityViewContainer.GetViewAt Method (Int32)

 

Returns the key/value pair at the specified index, which contains the view and its key.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

protected abstract KeyValuePair<string, string> GetViewAt(
	int index
)

Parameters

index
Type: System.Int32

The index of the view.

Return Value

Type: System.Collections.Generic.KeyValuePair<String, String>

The key/value pair at index , which contains the view and its key.