Class NoNameAttribute
Drops a member's own name from matching, so it matches only through its columns or alternatives rather than by its identifier. Used for a nested value that has no name of its own in the result.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter)]
public sealed class NoNameAttribute : Attribute
- Inheritance
-
NoNameAttribute
- Inherited Members
- Extension Methods