Namespace Nuqleon.DataModel.CompilerServices
Classes
EntityTypeSubstitutor
Replaces entity types with anonymous or record types.
EntityTypeSubstitutor.UnassignedExpression
Sentinel expression type which can be used to indicate absence of assignment of a member in a structural type.
ExpressionEntityTypeAnonymizer
Expression tree visitor to substitute occurrences of user-defined entity types for anonymous types.
ExpressionEntityTypeRecordizer
Expression tree visitor to substitute occurrences of user-defined entity types for record types.
ExpressionEntityTypeSubstitutor
Expression tree visitor to substitute user-defined mapped types with an anonymous or record type.