You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -0,0 +1,21 @@
|
||||
; These are the managed resources for System.Data.DataSetExtensions.dll. See
|
||||
; ResourceManager documentation and the ResGen tool, which is
|
||||
; a managed app built from \com99\src\toolbox\resgen.
|
||||
|
||||
|
||||
DataSetLinq_InvalidEnumerationValue=The {0} enumeration value, {1}, is not valid.
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; System.Data.DataSetLinq error messages
|
||||
DataSetLinq_EmptyDataRowSource=The source contains no DataRows.
|
||||
DataSetLinq_NullDataRow=The source contains a DataRow reference that is null.
|
||||
DataSetLinq_CannotLoadDeletedRow=The source contains a deleted DataRow that cannot be copied to the DataTable.
|
||||
DataSetLinq_CannotLoadDetachedRow=The source contains a detached DataRow that cannot be copied to the DataTable.
|
||||
DataSetLinq_CannotCompareDeletedRow=The DataRowComparer does not work with DataRows that have been deleted since it only compares current values.
|
||||
DataSetLinq_NonNullableCast=Cannot cast DBNull.Value to type '{0}'. Please use a nullable type.
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; System.Data.LinqDataView Error Messages
|
||||
ToLDVUnsupported=Can not create DataView after using projection
|
||||
LDV_InvalidNumOfKeys=Must provide '{0}' keys to find
|
||||
LDVRowStateError=DataViewRowState must be DataViewRowState.CurrentRows
|
||||
Reference in New Issue
Block a user