4 references to Record
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (3)
416
m_errorLog.AddEntry(new ErrorLog.
Record
(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.OnlyInputCell, fragment2.OnlyInputCell), ""));
526
m_errorLog.AddEntry(new ErrorLog.
Record
(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.OnlyInputCell, fragment2.OnlyInputCell), ""));
583
m_errorLog.AddEntry(new ErrorLog.
Record
(true, ViewGenErrorCode.ErrorPatternInvalidPartitionError, errorString.ToString(), ToIEnum(fragment1.OnlyInputCell, fragment2.OnlyInputCell), ""));
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
782
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.ForeignKeyColumnOrderIncorrect, message, new Cell[] { errorParentCell, childCell }, String.Empty);