EdmFunctionPayload.IsFromProviderManifest 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.
Gets or sets whether this function is from a provider manifest.
public Nullable<bool> IsFromProviderManifest { get; set; }
member this.IsFromProviderManifest : Nullable<bool> with get, set
Public Property IsFromProviderManifest As Nullable(Of Boolean)
Property Value
true if this function is from a provider manifest; otherwise, false.