Gets a list of rows in the database.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public List<Row> Rows { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Rows As List(Of Row) |
A List of Row objects.
See Also