UL Ext.: 指定当 ULCommand.CommandType 为 System.Data.CommandType.TableDirect 时打开(排序)表所使用的索引的名称。
Visual Basic Public Property IndexName As String
C# public string IndexName { get; set; }
用于指定索引名称的字符串。缺省值为空值引用(在 Visual Basic 中是 Nothing),表示用表的主键打开表。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |