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