Table of Contents

Class AbortOnNullAttribute

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Collapses the owning object to nothing when this column is NULL, so a nested object that is all nulls becomes absent instead of an instance of blanks.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter)]
public sealed class AbortOnNullAttribute : Attribute
Inheritance
AbortOnNullAttribute
Inherited Members
Extension Methods