Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides an implementation of the DataObjectIdentifierConverter class using information supplied by an ADO.NET provider, including DataSourceInformation property values and the DbCommandBuilder, QuoteIdentifier, and UnquoteIdentifiermethods.
The AdoDotNetObjectIdentifierConverter type exposes the following members.
Constructors
Name
Description
AdoDotNetObjectIdentifierConverter
Class constructor. Initializes a new instance of the xx class, providing a DataConnection object to the data source.
Top
Methods
Name
Description
Builds a string version of an identifier. (Inherited from DataObjectIdentifierConverter.)
Converts a formatted string identifier into its equivalent set of identifier parts. (Inherited from DataObjectIdentifierConverter.)
Converts a set of identifier parts into a formatted string identifier based on the specified formatting options. (Inherited from DataObjectIdentifierConverter.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Formats a specified identifier part; where the with Quotes parameter is true, this method calls the QuoteIdentifier method. (Overrides DataObjectIdentifierConverter.FormatPart(String, Object, Boolean).)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Retrieves the composite identifier separator pattern from the ADO.NET provider's data source information and calls the Split method with this value and the input string. (Overrides DataObjectIdentifierConverter.SplitIntoParts(String, String).)
Returns a string that represents the current object. (Inherited from Object.)
Calls the UnquoteIdentifier method. (Overrides DataObjectIdentifierConverter.UnformatPart(String, String).)
Top