Click or drag to resize

DBTable.SetDefaultValuesOnFields Method

Sets the default values on fields.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public List<LogNode> SetDefaultValuesOnFields(
	List<Pair<IProjectElementFieldMapTargetElement, TypeShortcutDefaults>> defaultValuePerField
)

Parameters

defaultValuePerField
Type: System.Collections.Generic.List<Pair<IProjectElementFieldMapTargetElement, TypeShortcutDefaults>>
The default value per field.

Return Value

Type: List<LogNode>
List of lognode instances with changes made, or null if nothing changed
See Also