IEntityValueFromProvider.ProviderState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A temporary state set to IEntityValue object to provide additional context for child collection queries, so they can work efficiently. Note: the state will be cleared out, once the query execution is done, and never passed to the client.
public object? ProviderState { get; set; }
member this.ProviderState : obj with get, set
Public Property ProviderState As Object