7 references to GetPrefix
System.Data (7)
fx\src\data\System\Data\XMLSchema.cs (7)
1258
string prefix =
GetPrefix
(_TableUri);
1402
string prefix =
GetPrefix
(_TableUri);
1789
column.Prefix =
GetPrefix
(table.Namespace);
1879
column.Prefix =
GetPrefix
(column.Namespace);
2006
column.Prefix =
GetPrefix
(column.Namespace);
2199
column.Prefix =
GetPrefix
(column.Namespace); // it can inherit its NS from DataTable, if it is null
2264
_ds.Prefix =
GetPrefix
(_ds.Namespace);