Property DataTable
- Namespace
- YndigoBlue.Velocity.Engine
- Assembly
- YndigoBlue.Velocity.dll
DataTable
Gets the underlying DataTable containing all query results.
public DataTable DataTable { get; }
Property Value
Remarks
Provides direct access to the ADO.NET DataTable for advanced scenarios requiring DataTable-specific functionality like constraints, relations, or custom DataView operations.