Share via


Column.TableDetailPosition Property

Definition

Determines whether you can place this column in the DefaultDetails collection of the Table. This collection is an ordered set of Column types. A positive value indicates participation in the collection. The collection is sorted in ascending order of this element. The DefaultDetails collection is returned as part of the CSDL metadata returned by the DISCOVER_CSDL_METADATA operation.

public int TableDetailPosition { get; set; }
member this.TableDetailPosition : int with get, set
Public Property TableDetailPosition As Integer

Property Value

Applies to