Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULCommand クラス

 

IndexName プロパティ

UL 拡張:ULCommand.CommandType が System.Data.CommandType.TableDirect であるときに、テーブルを開く (ソートする) インデックスの名前を指定します。

構文
Visual Basic
Public Property IndexName As String
C#
public string  IndexName { get; set; }
プロパティ値

インデックスの名前を指定する文字列。デフォルトは NULL 参照 (Visual Basic の Nothing) です。この場合、テーブルはプライマリ・キーを使用して開かれます。

参照