EdmFunctionPayload.IsFromProviderManifest Property

 

Gets or sets whether this function is from a provider manifest.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<bool> IsFromProviderManifest {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Boolean>

true if this function is from a provider manifest; otherwise, false.