ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / TableDefinition Class
Properties Methods


In This Topic
    TableDefinition Class Members
    In This Topic

    The following tables list the members exposed by TableDefinition.

    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets the dataset type.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the index position for a field by name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the alias name of the definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of the table's attribute rules. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the creation time field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the creator field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the integer value representing the table's default subtype code. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the edit time field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the editor field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the fields in the Table. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the GlobalID field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of the table's Index. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the model name of the definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Definition)
    Public Method Gets the name of the ObjectID field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the field used to define subtypes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a IReadOnlyList of the table's subtype codes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the ValidationStatus field. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a value indicating whether this table has a field containing GlobalIDs. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a value indicating whether this table has a field containing ObjectIDs. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a value indicating whether editor tracking is enabled for the associated Table dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets a value indicating whether this table stores time in UTC or database time. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also