EdmFunction.IsComposableAttribute Property

 

Gets whether this instance is mapped to a function or to a stored procedure.

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

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Composable")]
public bool IsComposableAttribute { get; }

Property Value

Type: System.Boolean

true if this instance is mapped to a function; false if this instance is mapped to a stored procedure.