Provides access to the Table Info.
Members
Name | Description | |
---|---|---|
DefinitionExpression | Returns the original definition expression on the layer. | |
DisplayField | Primary display field. | |
Fields | Array of attribute fields contained in the table. | |
HasAttachments | Indicates if the layer has attachments. | |
HasSubtype | Indicates if the layer has Subtype. | |
HTMLPopupType | Indicates if the layer has HTML popups enabled. | |
ID | The table ID. This is a unique ID among layers and tables, and is used to identify the table in a number of methods. | |
Name | Descriptive name of the table. | |
OIDFieldName | The name of the OID Field. | |
RelateInfos | Array of relates associated to the table. | |
SupportsAdvancedQueries | Indicates if the table supports calculating advanced queries (i.e. ORDER BY clauses) on its fields. | |
SupportsStatistics | Indicates if the table supports calculating statistics on its fields. |
IMapTableInfo2.DefinitionExpression Property
Returns the original definition expression on the layer.
Public Sub DefinitionExpression ( _
ByRef DefinitionExpression As String _
)
public void DefinitionExpression (
ref string DefinitionExpression
);
IMapTableInfo2.DisplayField Property
Primary display field.
Public ReadOnly Property DisplayField As String
public string DisplayField {get;}
IMapTableInfo2.Fields Property
Array of attribute fields contained in the table.
Public ReadOnly Property Fields As IFields
public IFields Fields {get;}
IMapTableInfo2.HasAttachments Property
Indicates if the layer has attachments.
Public ReadOnly Property HasAttachments As Boolean
public bool HasAttachments {get;}
IMapTableInfo2.HasSubtype Property
Indicates if the layer has Subtype.
Public ReadOnly Property HasSubtype As Boolean
public bool HasSubtype {get;}
IMapTableInfo2.HTMLPopupType Property
Indicates if the layer has HTML popups enabled.
Public ReadOnly Property HTMLPopupType As esriServerHTMLPopupType
public esriServerHTMLPopupType HTMLPopupType {get;}
IMapTableInfo2.ID Property
The table ID. This is a unique ID among layers and tables, and is used to identify the table in a number of methods.
Public ReadOnly Property ID As Integer
public int ID {get;}
IMapTableInfo2.Name Property
Descriptive name of the table.
Public ReadOnly Property Name As String
public string Name {get;}
IMapTableInfo2.OIDFieldName Property
The name of the OID Field.
Public ReadOnly Property OIDFieldName As String
public string OIDFieldName {get;}
IMapTableInfo2.RelateInfos Property
Array of relates associated to the table.
Public ReadOnly Property RelateInfos As IRelateInfos
public IRelateInfos RelateInfos {get;}
IMapTableInfo2.SupportsAdvancedQueries Property
Indicates if the table supports calculating advanced queries (i.e. ORDER BY clauses) on its fields.
Public ReadOnly Property SupportsAdvancedQueries As Boolean
public bool SupportsAdvancedQueries {get;}
IMapTableInfo2.SupportsStatistics Property
Indicates if the table supports calculating statistics on its fields.
Public ReadOnly Property SupportsStatistics As Boolean
public bool SupportsStatistics {get;}
Classes that implement IMapTableInfo2
Classes | Description |
---|---|
MapLayerInfo | The Map Layer Info coclass provides read-only information about a layer in a map. |
StandaloneTableInfo | The coclass contains information for standalone table in a map. |