[This is preliminary documentation and is subject to change.]
Writes default values specified in schema into fields.
Pass overwrite=true to force defaults over non-null existing values (false by default)
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void ApplyDefaultFieldValues(
string targetName = null,
bool overwrite = false
)
public void ApplyDefaultFieldValues(
string targetName = null,
bool overwrite = false
)
Public Sub ApplyDefaultFieldValues (
Optional targetName As String = Nothing,
Optional overwrite As Boolean = false
)
Public Sub ApplyDefaultFieldValues (
Optional targetName As String = Nothing,
Optional overwrite As Boolean = false
)
public:
void ApplyDefaultFieldValues(
String^ targetName = nullptr,
bool overwrite = false
)
public:
void ApplyDefaultFieldValues(
String^ targetName = nullptr,
bool overwrite = false
)
member ApplyDefaultFieldValues :
?targetName : string *
?overwrite : bool
(* Defaults:
let _targetName = defaultArg targetName null
let _overwrite = defaultArg overwrite false
*)
-> unit
member ApplyDefaultFieldValues :
?targetName : string *
?overwrite : bool
(* Defaults:
let _targetName = defaultArg targetName null
let _overwrite = defaultArg overwrite false
*)
-> unit