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