Row TryFillFromJSON Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Tries to fill the row with data returning true if field count matched

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static bool TryFillFromJSON(
	Row row,
	IJSONDataObject jsonData,
	SetFieldFunc setFieldFunc = null
)

Return Value

Type: OnlineBoolean
See Also