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