4 writes to Prefix
System.Data (4)
fx\src\data\System\Data\DataView.cs (1)
1691
dt.
Prefix
= this.table.Prefix;
fx\src\data\System\Data\XmlDataLoader.cs (1)
343
table.
Prefix
= rowElement.Prefix;
fx\src\data\System\Data\XMLSchema.cs (2)
1260
table.
Prefix
= prefix;
1404
table.
Prefix
= prefix;
12 references to Prefix
System.Data (12)
fx\src\data\System\Data\CodeGen\datacache.cs (2)
681
if (!Common.ADP.IsEmpty(table.
Prefix
)) {
683
tableInitClass.Statements.Add(Assign(Property(This(), "Prefix"), Str(table.
Prefix
)));
fx\src\data\System\Data\DataTable.cs (2)
321
info.AddValue("DataTable.Prefix",
Prefix
);
5108
(this.
Prefix
== reader.LocalName) &&
fx\src\data\System\Data\DataView.cs (1)
1691
dt.Prefix = this.table.
Prefix
;
fx\src\data\System\Data\xmlsaver.cs (5)
2107
string prefix = (table.Namespace.Length != 0) ? table.
Prefix
: String.Empty;
2176
string tablePrefix = (table.Namespace.Length != 0) ? table.
Prefix
: String.Empty;
2430
string prefix = (_ds!= null)?(( _ds.Namespace.Length == 0 )? "" : _ds.Prefix):(( _dt.Namespace.Length == 0 )? "" : _dt.
Prefix
);
2468
string prefix = (_ds!= null)?(( _ds.Namespace.Length == 0 )? "" : _ds.Prefix):(( _dt.Namespace.Length == 0 )? "" : _dt.
Prefix
);
2540
string prefix = (row.Table.Namespace.Length == 0) ? "" : row.Table.
Prefix
;
fx\src\data\System\Data\XMLSchema.cs (2)
726
ds.Prefix = ds.Tables[0].
Prefix
;
1510
childKey.Prefix = _tableChild.
Prefix
;