7 references to GetPrefix
System.Data.Common (7)
System\Data\XMLSchema.cs (7)
1466
string? prefix =
GetPrefix
(_TableUri);
1624
string? prefix =
GetPrefix
(_TableUri);
2068
column.Prefix =
GetPrefix
(table.Namespace);
2168
column.Prefix =
GetPrefix
(column.Namespace);
2315
column.Prefix =
GetPrefix
(column.Namespace);
2541
column.Prefix =
GetPrefix
(column.Namespace); // it can inherit its NS from DataTable, if it is null
2616
_ds.Prefix =
GetPrefix
(_ds.Namespace);