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