conststringDataSetLinq_InvalidEnumerationValue_="The {0} enumeration value, {1}, is not valid.";
publicconststringDataSetLinq_EmptyDataRowSource="The source contains no DataRows.";
publicconststringDataSetLinq_NullDataRow="The source contains a DataRow reference that is null.";
publicconststringDataSetLinq_CannotLoadDeletedRow="The source contains a deleted DataRow that cannot be copied to the DataTable.";
publicconststringDataSetLinq_CannotLoadDetachedRow="The source contains a detached DataRow that cannot be copied to the DataTable.";
publicconststringDataSetLinq_CannotCompareDeletedRow="The DataRowComparer does not work with DataRows that have been deleted since it only compares current values.";
conststringDataSetLinq_NonNullableCast_="Cannot cast DBNull.Value to type '{0}'. Please use a nullable type.";
publicconststringToLDVUnsupported="Can not create DataView after using projection";
conststringLDV_InvalidNumOfKeys_="Must provide '{0}' keys to find";