2 overrides of IsComposable
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
957
public override bool
IsComposable
{
Mapping\MappedMetaModel.cs (1)
1419
public override bool
IsComposable
{
3 references to IsComposable
System.Data.Linq (3)
SqlClient\Query\QueryConverter.cs (1)
1997
if (!function.
IsComposable
) {
SqlClient\SqlProvider.cs (2)
1114
if (function != null && !function.
IsComposable
) {
1368
if (!f.
IsComposable
) {