| Overload | Description |
|---|---|
| AsLive(DataTable) | Creates a view based on the specified ADO.NET System.Data.DataTable. |
| AsLive<TRow>(DataTable) | Creates a view based on the specified ADO.NET System.Data.DataTable. |
| AsLive<TRow>(TypedTableBase<TRow>) | Creates a view based on the specified typed data table. |