1 write to ContextType
System.Web.DynamicData (1)
DynamicData\MetaModel.cs (1)
585
ContextType
= contextType;
3 references to ContextType
System.Web.DynamicData (3)
DynamicData\MetaModel.cs (3)
588
HashCode =
ContextType
.GetHashCode() ^ TableName.GetHashCode();
599
return
ContextType
== other.
ContextType
&& TableName.Equals(other.TableName, StringComparison.Ordinal);