RecordSet FromModel T  Method (T, RecordSet RowState)NReco.Data Class Library Documentation
Creates a RecordSet with schema and row inferred from the annotated object model.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public static RecordSet FromModel<T>(
	T model,
	RecordSet&#160;RowState rowState
)
Type Parameters

T
annotated model type

Return Value

Type: RecordSet
RecordSet with one row
See Also