FileBasedModelProvider Members

Include Protected Members
Include Inherited Members

Represents the file-based model provider.

The FileBasedModelProvider type exposes the following members.

Constructors

  Name Description
Public method FileBasedModelProvider Initializes a new instance of the FileBasedModelProvider 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. (Inherited from ModelProviderBase.)
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 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. (Inherited from ModelProviderBase.)
Public method Validate Validates the file name. (Overrides ModelProviderBase.Validate(String%).)

Top

Fields

  Name Description
Public fieldStatic member FileBasedModelProviderElementName Value is "FileBasedModelProvider".

Top

Properties

  Name Description
Public property ConnectionType Gets the file connection type. (Overrides ModelProviderBase.ConnectionType.)
Public property DatabaseSchemaProvider Gets the database schema provider. (Inherited from ModelProviderBase.)
Public property DBSchemaFile Gets or sets the database schema file string.
Public property HeaderData Gets the header data.
Public property Name Gets or sets the model provider name. (Inherited from ModelProviderBase.)
Public property SchemaCompareSettingsOptions Gets or sets the schema comparison settings options.
Public property Translator Gets or sets the model translator. (Inherited from ModelProviderBase.)

Top

See Also

Reference

FileBasedModelProvider Class

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