Gets or sets whether this function is a built-in function.
public Nullable<bool> IsBuiltIn { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
true if this function is a built-in function; otherwise, false.
EdmFunctionPayload ClassSystem.Data.Entity.Core.Metadata.Edm Namespace