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.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool RequiresInsertValue { get; }
Public ReadOnly Property RequiresInsertValue As Boolean
Get
Property Value
Type:
BooleanSee Also