2 references to NameColumnName
System.Data.Common (2)
System\Data\Common\DbProviderFactories.cs (2)
85
DataColumn nameColumn = new DataColumn(
NameColumnName
, typeof(string)) { ReadOnly = true };
98
newRow[
NameColumnName
] = string.Empty;