2 references to _viewName
System.Web.Entity (2)
System\Data\WebControls\EntityDataSource.cs (2)
765
return new string[] { this.
_viewName
};
793
return new EntityDataSourceView(this,
_viewName
);