Search
Database.ColumnCount Property
See Also
 





Returns the number of column in the database.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public int ColumnCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property ColumnCount As Integer

 Property Value

An integer value specifying the number of columns in the DBF file.

 See Also