Share via


EntitySqlException.Line 属性

定义

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

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

属性值

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

适用于