ComponentOne DataObjects for .NET
DefaultInInsertValues Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > SqlDialectInfo Class : DefaultInInsertValues Property
Gets or sets a value indicating whether DEFAULT keyword is supported in the VALUES() list in INSERT statement.
Syntax
'Declaration
 
Public Property DefaultInInsertValues As System.Boolean
public System.bool DefaultInInsertValues {get; set;}
Remarks
This property is used generating an INSERT statement, only if no field values are specified, so all fields in the new row must have default values determined by the database. If this property is True, "VALUES (DEFAULT)" is used in the statement. If it is False, "DEFAULT VALUES" is used.
See Also

Reference

SqlDialectInfo Class
SqlDialectInfo Members