SqlMetaData.SortOrder Property

Definition

Returns the sort order for a column.

public:
 property System::Data::SqlClient::SortOrder SortOrder { System::Data::SqlClient::SortOrder get(); };
public System.Data.SqlClient.SortOrder SortOrder { get; }
member this.SortOrder : System.Data.SqlClient.SortOrder
Public ReadOnly Property SortOrder As SortOrder

Property Value

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