Click or drag to resize
DataAccessAdapterBaseFetchExcludedFieldsAsync Method
Overload List
  NameDescription
Public methodFetchExcludedFieldsAsync(IEntity2, ExcludeIncludeFieldsList)
Async variant of FetchExcludedFields(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 methodFetchExcludedFieldsAsync(IEntityCollection2, ExcludeIncludeFieldsList)
Async variant of FetchExcludedFields(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.
(Inherited from DataAccessAdapterCore.)
Public methodFetchExcludedFieldsAsync(IEntity2, ExcludeIncludeFieldsList, CancellationToken)
Async variant of FetchExcludedFields(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 methodFetchExcludedFieldsAsync(IEntityCollection2, ExcludeIncludeFieldsList, CancellationToken)
Async variant of FetchExcludedFields(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 DataAccessAdapterCoreFetchExcludedFieldsAsync(IEntityCollection2, ExcludeIncludeFieldsList, CancellationToken).)
Top
See Also