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.4.0.0 (5.4.0)
Syntaxpublic List<LogNode> SetDefaultValuesOnFields(
	List<Pair<IProjectElementFieldMapTargetElement, TypeShortcutDefaults>> defaultValuePerField
)
Public Function SetDefaultValuesOnFields ( 
	defaultValuePerField As List(Of Pair(Of IProjectElementFieldMapTargetElement, TypeShortcutDefaults))
) As List(Of LogNode)
Parameters
- defaultValuePerField
 - Type: System.Collections.GenericListPairIProjectElementFieldMapTargetElement, TypeShortcutDefaults
The default value per field. 
Return Value
Type: 
ListLogNodeList of lognode instances with changes made, or null if nothing changed
See Also