ProjectBasedModelProvider Members

Include Protected Members
Include Inherited Members

Represents the project-based model provider.

The ProjectBasedModelProvider type exposes the following members.

Constructors

  Name Description
Public method ProjectBasedModelProvider Overloaded. Initializes a new instance of the ProjectBasedModelProvider class.

Top

Methods

  Name Description
Public method Deserialize Deserializes the information from the specified XML node. (Overrides ModelProviderBase.Deserialize(XmlNode, String%).)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsCompatible Returns provider compatibility. (Overrides ModelProviderBase.IsCompatible(IModelProvider, ISchemaCompareSettingsOptions%, String%).)
Public method IsEqual Returns whether the specified model provider node is equal to this provider node. (Overrides ModelProviderBase.IsEqual(IModelProvider).)
Protected method IsEqualTemplate Returns whether the specified model provider GUID is equal to this provider GUID. (Overrides ModelProviderBase.IsEqualTemplate(IModelProvider).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReconnectToProjectNode Reconnects to the project node.
Public method Serialize Serializes the information to the specified XML node. (Overrides ModelProviderBase.Serialize(XmlNode).)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method Uninitialize Uninitializes the provider. (Overrides ModelProviderBase.Uninitialize().)
Public method Validate Validates this provider. (Overrides ModelProviderBase.Validate(String%).)

Top

Fields

  Name Description
Public fieldStatic member ProjectBasedModelProviderElementName Value is "ProjectBasedModelProvider".

Top

Properties

  Name Description
Public property ConnectionType Gets the connection type. (Overrides ModelProviderBase.ConnectionType.)
Public property DatabaseSchemaProvider Gets the database schema provider. (Inherited from ModelProviderBase.)
Public property Name Gets or sets the model provider name. (Inherited from ModelProviderBase.)
Public property ProjectGuid Gets the project GUID.
Public property ProjectNode Gets the project node.
Public property TargetConnectionString Gets the target connection string.
Public property TargetDatabaseName Gets the target database name.
Public property Translator Gets or sets the model translator. (Inherited from ModelProviderBase.)

Top

See Also

Reference

ProjectBasedModelProvider Class

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace