You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
This commit is contained in:
committed by
Jo Shields
parent
aa7da660d6
commit
c042cd0c52
@@ -0,0 +1,28 @@
|
||||
namespace System.Data.DataSetExtensions
|
||||
{
|
||||
static class Strings
|
||||
{
|
||||
public const string DataSetLinq_CannotCompareDeletedRow = "DataSetLinq_CannotCompareDeletedRow";
|
||||
public const string DataSetLinq_CannotLoadDeletedRow = "DataSetLinq_CannotLoadDeletedRow";
|
||||
public const string DataSetLinq_CannotLoadDetachedRow = "DataSetLinq_CannotLoadDetachedRow";
|
||||
public const string DataSetLinq_EmptyDataRowSource = "DataSetLinq_EmptyDataRowSource";
|
||||
public const string DataSetLinq_NullDataRow = "DataSetLinq_NullDataRow";
|
||||
public const string LDVRowStateError = "LDVRowStateError";
|
||||
public const string ToLDVUnsupported = "ToLDVUnsupported";
|
||||
|
||||
public static string DataSetLinq_InvalidEnumerationValue (params object[] args)
|
||||
{
|
||||
return SR.GetString ("DataSetLinq_InvalidEnumerationValue", args);
|
||||
}
|
||||
|
||||
public static string DataSetLinq_NonNullableCast (object arg)
|
||||
{
|
||||
return SR.GetString ("DataSetLinq_NonNullableCast", arg);
|
||||
}
|
||||
|
||||
public static string LDV_InvalidNumOfKeys (params object[] args)
|
||||
{
|
||||
return SR.GetString ("LDV_InvalidNumOfKeys", args);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user