EntityConnectionStringBuilder.Name 属性

定义

获取或设置配置文件中定义的节名称。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

属性值

配置文件中的节名称。

注解

有关有效的关键字/值语法,请参见 ConnectionString

适用于

另请参阅