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