SchemaMap ErlCRUDResponseToRowset Method NFX Class Library

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

Converts ErlCRUD response to CLR CRUD rowset

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

public RowsetBase ErlCRUDResponseToRowset(
	string schemaName,
	ErlList erlData,
	Type tRow = null
)

Return Value

Type: RowsetBase
Remarks

An Example data packet is field defs as speced in schema: "tca_jaba": has two field in PK [ {tca_jaba, {1234, tav}, "User is cool", true}, {tca_jaba, {2344, zap}, "A bird wants to drink", false}, {tca_jaba, {8944, tav}, "Have you seen this?", false} ] "aaa": has one field in PK - notice no tuple in key [ {aaa, 1234, tav, "User is cool", true}, {aaa, 2344, zap, "A bird wants to drink", false}, {aaa, 8944, tav, "Have you seen this?", false} ]
See Also