3 references to IsComposable
System.Data.Entity (3)
System\Data\Metadata\Edm\EdmFunction.cs (3)
45if (payload.IsComposable.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.IsComposable, payload.IsComposable.Value); 261return GetFunctionAttribute(FunctionAttributes.IsComposable); 427Default = IsComposable,