ITypeDefaultValue Interface |
Interface for the class which supplies a default value for a specified .NET type. Necessary for NULL values read from the database.
Generic
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public interface ITypeDefaultValue
Public Interface ITypeDefaultValue
The ITypeDefaultValue type exposes the following members.
Methods
| Name | Description |
---|
| DefaultValue |
Returns a default value for the type specified
|
TopSee Also