Click or drag to resize

DataAccessAdapterBase.FetchExcludedFields Method

Overload List
  NameDescription
Public methodFetchExcludedFields(IEntity2, ExcludeIncludeFieldsList)
Loads the data for the excluded fields specified in the list of excluded fields into the entity passed in.
(Inherited from DataAccessAdapterCore.)
Public methodFetchExcludedFields(IEntityCollection2, ExcludeIncludeFieldsList)
Loads the data for the excluded fields specified in the list of excluded fields into all the entities in the entities collection passed in.
(Overrides DataAccessAdapterCore.FetchExcludedFields(IEntityCollection2, ExcludeIncludeFieldsList).)
Top
See Also