ChooseEFConnectionStringPage Members
In This Article
#Constructors
Name | Description |
---|---|
Choose |
Initializes a new instance of the Choose |
#Properties
Name | Description |
---|---|
Available |
Specifies available data connections. |
Available |
Returns a collection of available data connection types. |
Can |
Sets whether the connection string can be saved to the dedicated storage. |
Description | Specifies the description of the current wizard page. |
Is |
Gets whether design-time mode is active.
Inherited from View |
Mode | Specifies the type of the data connection to an Entity Framework data source. |
New |
Specifies the name of a new data connection. |
New |
Specifies the connection string used to establish a connection to an Entity Framework data source. |
Selected |
Specifies the name of the connection selected from the list of available connections. |
Should |
Specifies whether to save the connection string to the dedicated storage. |
Use |
Inherited from Wizard |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the name of a property identified by a lambda expression.
Inherited from Bindable |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Changed | Occurs when the selected item in the list of available connections is changed. |
Property |
Occurs when a property value changes.
Inherited from Bindable |
See Also