RecordSet FromModel T  Method NReco.Data Class Library Documentation
Creates an empty RecordSet with schema 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>()
Type Parameters

T
annotated model type

Return Value

Type: RecordSet
empty RecordSet
See Also