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