DBTypeDefinitionRequiresInsertValue Property |
Flag to signal if this datatype requires a value specified in Insert queries. Not all RDBMS's require for each type a value, e.g. SqlServer
doesn't require a value for Timestamp types, SqlServer will insert a value automatically.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public bool RequiresInsertValue { get; }
Public ReadOnly Property RequiresInsertValue As Boolean
Get
Property Value
Type:
BooleanSee Also