[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord

IDbfRecord Interface

dBASE (Dbf) format single record.

Namespace: GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDbfRecord

Properties

Name Description
Fields

Gets the fields of the record.

this[int]

Gets the field value by it's index.

this[string]

Gets the field value by it's name.

Methods

Name Description
GetInvariantString(int)

Gets the Gets the field value by it's ordinal number.

Extension Methods