8 references to RowColumnPropertyName
System.Data (8)
fx\src\data\System\Data\CodeGen\datacache.cs (8)
212
string columnName =
RowColumnPropertyName
(column);
219
return
RowColumnPropertyName
(column) + "Column";
454
addByColName.Parameters.Add(ParameterDecl(GetTypeName(DataType),
RowColumnPropertyName
(index[i])));
479
newArray.Initializers.Add(Argument(
RowColumnPropertyName
(index[i])));
506
FindByName +=
RowColumnPropertyName
(index[i]);
521
findBy.Parameters.Add(ParameterDecl(GetTypeName(index[i].DataType),
RowColumnPropertyName
(index[i])));
526
arrayCreate.Initializers.Add(Argument(
RowColumnPropertyName
(index[i])));
777
string rowColumnName =
RowColumnPropertyName
( col);