2 references to Name
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
2610
if (lookup.TryGetValue(SqlIdentifier.QuoteCompoundIdentifier(namedColumns[i].
Name
), out ordinal)) {
2614
throw Error.RequiredColumnDoesNotExist(namedColumns[i].
Name
);