Class DefaultValue<T>
Default value provider for specific type. Default value used for mapping from NULL database value to C# value.
public static class DefaultValue<T>
Type Parameters
T
Type parameter.
- Inheritance
-
DefaultValue<T>
Properties
Value
Gets or sets default value for specific type.
public static T Value { get; set; }
Property Value
- T