I have found following from documentation
You can also use the entity collection's DefaultView property to create an EntityView<T>. This is similar to the DataTable's DefaultView property: every time you read the property, you'll get the same view object back. This is also true for the entity collection's DefaultView property.
I have tried also but it is not returning DataTable's DefaultView property.
Any suggestion ?