DbMappingView Constructor (String)

 

Creates a DbMappingView instance having the specified entity SQL.

Namespace:   System.Data.Entity.Infrastructure.MappingViews
Assembly:  EntityFramework (in EntityFramework.dll)

public DbMappingView(
	string entitySql
)

Parameters

entitySql
Type: System.String

A string that specifies the entity SQL.