1 reference to CreateComplexRecursive
System.Data.Entity (1)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
86
return ((DBNull.Value != record) ?
CreateComplexRecursive
((IExtendedDataRecord)record, existing) : existing);