EdmFunctionPayload.IsBuiltIn Property

 

Gets or sets whether this function is a built-in function.

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

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

Property Value

Type: System.Nullable<Boolean>

true if this function is a built-in function; otherwise, false.