Skip to content

Commit f18fa16

Browse files
committed
Add StructuredType.Count property
1 parent 35308ce commit f18fa16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Dibix/Parameter/StructuredType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public abstract class StructuredType : IEnumerable<SqlDataRecord>
2222

2323
#region Properties
2424
public abstract string TypeName { get; }
25+
public int Count => _records.Count;
2526
#endregion
2627

2728
#region Constructor

0 commit comments

Comments
 (0)