Implemented interface member:
property
ContextType
System.Web.DynamicData.IDynamicDataSource.ContextType
3 references to ContextType
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceView.cs (3)
1117else if (null != _owner.ContextType || !String.IsNullOrEmpty(_owner.ContextTypeName)) 1120if (null != _owner.ContextType) 1122contextType = _owner.ContextType;