5 references to PadRight
System.Data (4)
fx\src\data\System\Data\Sql\SqlMetaData.cs (2)
743value = value.PadRight((int)MaxLength); 879return new SqlString(value.Value.PadRight((int)MaxLength));
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
5234strValue = strValue.PadRight(md.baseTI.length); 5249strValue = strValue.PadRight(md.baseTI.length / ADP.CharSize);
System.Data.Linq (1)
SqlClient\Common\InheritanceRules.cs (1)
76s = s.PadRight(providerType.Size.Value).Substring(0,providerType.Size.Value);