MindFusion.Mapping Programmer's Guide

Database.RowLength Property

See Also
 






Returns the length in bytes of a database row.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public int RowLength { get; }

Visual Basic  Copy Code

Public ReadOnly Property RowLength As Integer

 Property Value

An integer value specifying the length in bytes of a DBF data record.

 See Also