3 overrides of IsEntity
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (1)
681
public override bool
IsEntity
{
Mapping\MappedMetaModel.cs (2)
755
public override bool
IsEntity
{
1559
public override bool
IsEntity
{
24 references to IsEntity
System.Data.Linq (24)
DataContext.cs (5)
407
if(!assoc.ThisMember.DeclaringType.
IsEntity
) {
410
if(!assoc.OtherType.
IsEntity
) {
1128
get { return !metaTable.RowType.
IsEntity
; }
1574
if (type == null || !type.
IsEntity
) {
1611
if (type == null || !type.
IsEntity
) {
DataServices.cs (5)
122
if (!type.
IsEntity
) {
132
if (!type.
IsEntity
) {
142
if (!type.
IsEntity
) {
153
if (!type.
IsEntity
) {
163
if (!type.
IsEntity
) {
Mapping\MappedMetaModel.cs (1)
1269
System.Diagnostics.Debug.Assert(this.otherType.
IsEntity
);
SqlClient\Query\QueryConverter.cs (2)
831
if (mt.
IsEntity
) {
851
if (mt.
IsEntity
) {
SqlClient\Query\Translator.cs (7)
131
System.Diagnostics.Debug.Assert(thisType.
IsEntity
);
319
if (mtLeft.
IsEntity
&& mtRight.
IsEntity
&& mtLeft.Table != mtRight.Table) {
324
if (!mtLeft.
IsEntity
&& !mtRight.
IsEntity
&&
364
SqlExpression eq = this.TranslateEqualsOp(eqKind, exprs1[i], exprs2[i], !mtLeft.
IsEntity
);
505
if (type.
IsEntity
) {
SqlClient\Reader\ObjectReaderCompiler.cs (4)
971
if (sn.MetaType.
IsEntity
) {
1024
if (sn.MetaType.
IsEntity
) {
1124
this.GenerateExpressionForType(expr, memberType, mm.DeclaringType.
IsEntity
? locInstance : null);
1233
Type eType = this.Generate(expr, mm.DeclaringType.
IsEntity
? locInstance : null);