EntityConnectionStringBuilder.Keys 属性

定义

获取包含 ICollection 中的键的 EntityConnectionStringBuilderGets an ICollection that contains the keys in the EntityConnectionStringBuilder.

public:
 virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overrides ReadOnly Property Keys As ICollection

属性值

ICollection

一个 ICollection,它包含 EntityConnectionStringBuilder 中的键。An ICollection that contains the keys in the EntityConnectionStringBuilder.

注解

有关有效的关键字/值语法,请参见 ConnectionStringFor valid keyword/value syntax, see ConnectionString.

适用于