public void CopyFields(
Row other,
bool includeAmorphousData = true,
bool invokeAmorphousAfterLoad = true,
Func<string, Schema..::..FieldDef, bool> fieldFilter = null,
Func<string, string, bool> amorphousFieldFilter = null
)
public void CopyFields(
Row other,
bool includeAmorphousData = true,
bool invokeAmorphousAfterLoad = true,
Func<string, Schema..::..FieldDef, bool> fieldFilter = null,
Func<string, string, bool> amorphousFieldFilter = null
)
Public Sub CopyFields (
other As Row,
Optional includeAmorphousData As Boolean = true,
Optional invokeAmorphousAfterLoad As Boolean = true,
Optional fieldFilter As Func(Of String, Schema..::..FieldDef, Boolean) = Nothing,
Optional amorphousFieldFilter As Func(Of String, String, Boolean) = Nothing
)
Public Sub CopyFields (
other As Row,
Optional includeAmorphousData As Boolean = true,
Optional invokeAmorphousAfterLoad As Boolean = true,
Optional fieldFilter As Func(Of String, Schema..::..FieldDef, Boolean) = Nothing,
Optional amorphousFieldFilter As Func(Of String, String, Boolean) = Nothing
)
public:
void CopyFields(
Row^ other,
bool includeAmorphousData = true,
bool invokeAmorphousAfterLoad = true,
Func<String^, Schema..::..FieldDef^, bool>^ fieldFilter = nullptr,
Func<String^, String^, bool>^ amorphousFieldFilter = nullptr
)
public:
void CopyFields(
Row^ other,
bool includeAmorphousData = true,
bool invokeAmorphousAfterLoad = true,
Func<String^, Schema..::..FieldDef^, bool>^ fieldFilter = nullptr,
Func<String^, String^, bool>^ amorphousFieldFilter = nullptr
)
member CopyFields :
other : Row *
?includeAmorphousData : bool *
?invokeAmorphousAfterLoad : bool *
?fieldFilter : Func<string, Schema..::..FieldDef, bool> *
?amorphousFieldFilter : Func<string, string, bool>
(* Defaults:
let _includeAmorphousData = defaultArg includeAmorphousData true
let _invokeAmorphousAfterLoad = defaultArg invokeAmorphousAfterLoad true
let _fieldFilter = defaultArg fieldFilter null
let _amorphousFieldFilter = defaultArg amorphousFieldFilter null
*)
-> unit
member CopyFields :
other : Row *
?includeAmorphousData : bool *
?invokeAmorphousAfterLoad : bool *
?fieldFilter : Func<string, Schema..::..FieldDef, bool> *
?amorphousFieldFilter : Func<string, string, bool>
(* Defaults:
let _includeAmorphousData = defaultArg includeAmorphousData true
let _invokeAmorphousAfterLoad = defaultArg invokeAmorphousAfterLoad true
let _fieldFilter = defaultArg fieldFilter null
let _amorphousFieldFilter = defaultArg amorphousFieldFilter null
*)
-> unit