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 错误。