SqlMetaData.SortOrder Property

Definition

Returns the sort order for a column.

public Microsoft.Data.SqlClient.SortOrder SortOrder { get; }
member this.SortOrder : Microsoft.Data.SqlClient.SortOrder
Public ReadOnly Property SortOrder As SortOrder

Property Value

SortOrder

A SortOrder object.

Remarks

This property can only be set in one of the SqlMetaData constructors.

For more information, see Table-Valued Parameters.

Applies to