7 references to GetPrefix
System.Data.Common (7)
System\Data\XMLSchema.cs (7)
1470
string? prefix =
GetPrefix
(_TableUri);
1628
string? prefix =
GetPrefix
(_TableUri);
2072
column.Prefix =
GetPrefix
(table.Namespace);
2172
column.Prefix =
GetPrefix
(column.Namespace);
2319
column.Prefix =
GetPrefix
(column.Namespace);
2545
column.Prefix =
GetPrefix
(column.Namespace); // it can inherit its NS from DataTable, if it is null
2620
_ds.Prefix =
GetPrefix
(_ds.Namespace);