Represents a database column.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public class Column |
Visual Basic
Copy Code
|
|---|
Public Class Column |
RemarksObjects of this class represent the columns in a DBF database associated with a map file. The Name property indicates the column name, and the Type property indicates the DBF data type.
Inheritance HierarchySystem.Object![]()
MindFusion.Mapping.Column
See Also