5 references to UpdateProperties
System.Web (4)
UI\WebControls\DetailsView.cs (1)
3575modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);
UI\WebControls\FormView.cs (1)
3021modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);
UI\WebControls\GridView.cs (1)
4422modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);
UI\WebControls\ModelDataSource.cs (1)
36UpdateProperties(modelTypeName, selectMethod, String.Empty, String.Empty, String.Empty, String.Empty);
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
3302modelDataSource.UpdateProperties(ItemType, SelectMethod, UpdateMethod, InsertMethod, DeleteMethod, dataKeyName);