11 references to FixIdName
System.Data (11)
fx\src\data\System\Data\CodeGen\datacache.cs (11)
132className = FixIdName(table.TableName) + "Row"; 178className = FixIdName(table.TableName); 190typedName = FixIdName(table.TableName); 206typedName = FixIdName(column.ColumnName); 244return FixIdName(typedName); 265typedName +="By" + FixIdName(relation.RelationName); 272return FixIdName("relation" + relation.RelationName); 450string argumentName = FixIdName("parent" + ParentTypedRowName + "By" + relation.RelationName); 475string argumentName = FixIdName("parent" + ParentTypedRowName + "By" + relation.RelationName); 519CodeMemberMethod findBy = MethodDecl(stRowClassName, FixIdName(FindByName), MemberAttributes.Public | MemberAttributes.Final); { 1011string stDataSetClassName = FixIdName(dataSet.DataSetName);