• IFields Interface 定义一个字段集合对象


    Description

    The Fields object represents a collection of columns in a table. The term field is synonymous with column. Each table in a database has an ordered collection of fields, there is always at least one field in a table. The ordered collection behaves like a list, so it is possible to access individual fields by a numbered position (or index) in the list.

    Members

     Description
    Read-only property Field The field at the specified index in the fields collection.
    Read-only property FieldCount The number of fields in the fields collection.
    Method FindField Finds the index of the named field in the fields collection.
    Method FindFieldByAliasName Finds the index of the field with the alias name in the fields collection.

    Classes that implement IFields

    ClassesDescription
    Fields ESRI Fields object.

     

    Remarks

    The IFields interface provides information about a Fields collection and also provides access to individual fields. When using IFields::FindField, remember that there are equivalent methods on IClass and ICursor—they are shortcuts which save you having to get the Fields collection.

    When programming with ArcMap, there is a distinction between IFields and two other interfaces, ILayerFields and ITableFields. ILayerFields is particular to an ArcMap layer, so for example, an alias name belongs to the field as defined in that layer rather than being stored with the underlying table.

  • 相关阅读:
    kubernetes安全机制
    Django 与 Vue交互跨域问题解决
    ELK收集Kubernetes平台日志
    minikube 安装
    k8s安装教程
    Go 语言Map(集合)
    Go 语言类型转换
    Go 语言递归函数
    今天学习:CSS中的类class和标识id选择符(.和#号) 第一季
    人工智能星际争霸2教程
  • 原文地址:https://www.cnblogs.com/qiushuixizhao/p/3242763.html
Copyright © 2020-2023  润新知