[System.Data] move to corefx (#4893)
[mono-project.git] / mcs / class / System.Data.DataSetExtensions / corefx / SR.cs
blobdc03d0dec603af8e82ce39edd860cedf1c5216d1
1 //
2 // This file was generated by resx2sr tool
3 //
5 partial class SR
7 public const string DataSetLinq_InvalidEnumerationValue = "The {0} enumeration value, {1}, is not valid.";
8 public const string DataSetLinq_EmptyDataRowSource = "The source contains no DataRows.";
9 public const string DataSetLinq_NullDataRow = "The source contains a DataRow reference that is null.";
10 public const string DataSetLinq_CannotLoadDetachedRow = "The source contains a detached DataRow that cannot be copied to the DataTable.";
11 public const string DataSetLinq_CannotCompareDeletedRow = "The DataRowComparer does not work with DataRows that have been deleted since it only compares current values.";
12 public const string DataSetLinq_CannotLoadDeletedRow = "The source contains a deleted DataRow that cannot be copied to the DataTable.";
13 public const string DataSetLinq_NonNullableCast = "Cannot cast DBNull. Value to type '{0}'. Please use a nullable type.";