5 references to Table
System.Data.Entity (5)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (2)
260
this.AddObjectContentToHashBuilder(entitySet.
Table
);
289
this.AddObjectContentToHashBuilder(associationSet.
Table
);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
1286
if (!string.IsNullOrEmpty(entitySetBase.
Table
))
1288
builder.Append(SqlGenerator.QuoteIdentifier(entitySetBase.
Table
));
System\Data\SqlClient\SqlProviderUtilities.cs (1)
191
return entitySet.
Table
?? entitySet.Name;