I have a list of tables and I'd like to select only necessary columns. How can I set filter witn FetchPolymorphic method?
|
feedback
|
|
FetchPolymorphic is done against an entity object when using SelfServicing so basically you are getting back an entity C#
VB.NET
Once you have the entity object back (table or view) you can access it's properties (fields) Using the Adapter is similar | ||||
|
feedback
|