1 write to TypeName
System.Web (1)
UI\WebControls\ObjectDataSource.cs (1)
492GetView().TypeName = value;
9 references to TypeName
System.Web (9)
UI\WebControls\ObjectDataSource.cs (1)
489return GetView().TypeName;
UI\WebControls\ObjectDataSourceView.cs (8)
463if (TypeName != value) { 839Type type = GetType(TypeName); 917Type type = GetType(TypeName); 1091Type type = GetType(TypeName); 1200Type type = GetType(TypeName); 1600if (TypeName.Length == 0) { 1605Type type = BuildManager.GetType(TypeName, false, true); 1941Type type = GetType(TypeName);