3 writes to Prefix
System.Data.Common (3)
System\Data\DataSet.cs (1)
1165
ds.
Prefix
= Prefix;
System\Data\XMLSchema.cs (2)
847
ds.
Prefix
= ds.Tables[0].Prefix;
2620
_ds.
Prefix
= GetPrefix(_ds.Namespace);
5 references to Prefix
System.Data.Common (5)
System\Data\DataSet.cs (3)
512
info.AddValue("DataSet.Prefix",
Prefix
);
835
RaisePropertyChanging(nameof(
Prefix
));
1165
ds.Prefix =
Prefix
;
System\Data\xmlsaver.cs (2)
2811
string prefix = (_ds != null) ? ((_ds.Namespace.Length == 0) ? "" : _ds.
Prefix
) : ((_dt!.Namespace.Length == 0) ? "" : _dt.Prefix);
2856
string prefix = (_ds != null) ? ((_ds.Namespace.Length == 0) ? "" : _ds.
Prefix
) : ((_dt!.Namespace.Length == 0) ? "" : _dt.Prefix);