EntitySqlException.Column プロパティ

定義

エラーが発生したおおよその列番号を取得します。

public:
 property int Column { int get(); };
public int Column { get; }
member this.Column : int
Public ReadOnly Property Column As Integer

プロパティ値

エラーが発生した列番号を表す整数。

適用対象