Click or drag to resize

DbTableRows Property

Gets the table rows.

Namespace:  PDTec.IceNet.Core.Database.Query
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
public List<DbTableRow> Rows { get; }

Property Value

Type: ListDbTableRow
See Also