EdmFunction.IsComposableAttribute Property
Gets whether this instance is mapped to a function or to a stored procedure.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Composable")] public bool IsComposableAttribute { get; }
Property Value
Type: System.Booleantrue if this instance is mapped to a function; false if this instance is mapped to a stored procedure.