14 references to Record
System.Data.Entity (14)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
663
m_errorLog.AddEntry(new ErrorLog.
Record
(true, ViewGenErrorCode.DisjointConstraintViolation,
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (4)
425
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.AmbiguousMultiConstants, builder.ToString(), _context.AllWrappersForExtent, String.Empty);
488
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.AttributesUnrecoverable, builder.ToString(), _context.AllWrappersForExtent, String.Empty);
575
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.AmbiguousMultiConstants, builder.ToString(), _context.AllWrappersForExtent, String.Empty);
627
_errorLog.AddEntry(new ErrorLog.
Record
(true, ViewGenErrorCode.NoDefaultValue, builder.ToString(), _context.AllWrappersForExtent, String.Empty));
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (2)
187
_errorLog.AddEntry(new ErrorLog.
Record
(true, errorCode, builder.ToString(), relevantCellWrappers, ""));
532
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.NonKeyProjectedWithOverlappingPartitions, message,
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
204
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.NoDefaultValue, message, wrappersForErrorReporting, String.Empty);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (4)
167
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.ForeignKeyMissingTableMapping, message, parentRewriter.UsedCells, String.Empty);
177
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.ForeignKeyMissingTableMapping, message, childRewriter.UsedCells, String.Empty);
243
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.ForeignKeyNotGuaranteedInCSpace, message, allWrappers, String.Empty);
339
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.ForeignKeyMissingRelationshipMapping, message, bothExtentWrappers, String.Empty);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
259
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.ConcurrencyDerivedClass, message, m_cellWrappers, String.Empty);
278
ErrorLog.Record record = new ErrorLog.
Record
(true, ViewGenErrorCode.ConcurrencyTokenHasCondition, builder.ToString(), new LeftCellWrapper[] { wrapper }, String.Empty);