Overload List
| Name | Description | |
|---|---|---|
| FromModel T |
Creates an empty RecordSet with schema inferred from the annotated object model.
| |
| FromModel T (IEnumerable T , RecordSet RowState) |
Creates a RecordSet with schema and rows inferred from the annotated object models.
| |
| FromModel T (T, RecordSet RowState) |
Creates a RecordSet with schema and row inferred from the annotated object model.
|
See Also