Click or drag to resize
DBTableSetDefaultValuesOnFields 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.3.0.0 (5.3.0)
Syntax
public List<LogNode> SetDefaultValuesOnFields(
	List<Pair<IProjectElementFieldMapTargetElement, TypeShortcutDefaults>> defaultValuePerField
)

Parameters

defaultValuePerField
Type: System.Collections.GenericListPairIProjectElementFieldMapTargetElement, TypeShortcutDefaults
The default value per field.

Return Value

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