EntitySqlException.Column 属性

定义

获取发生错误的大致列号。

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

属性值

一个整数,描述发生错误的列号。

适用于