Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムが、インデックスによって降順で使用されるかどうかをチェックします。
Public Function IsColumnDescending(ByVal name As String) As Boolean
public bool IsColumnDescending(string name)
name カラム名。
カラムが降順で使用される場合は true、昇順で使用される場合は false。
ULException クラス SQL エラーが発生しました。