EntityViewContainer.GetViewAt Method (Int32)
Returns the key/value pair at the specified index, which contains the view and its key.
Assembly: EntityFramework (in EntityFramework.dll)
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.