Click or drag to resize

PostgreSQLProvider Methods

The PostgreSQLProvider type exposes the following members.

Methods
  NameDescription
Public methodCloneConnection
Create a new connection from an existing data source
Public methodConvertValue(Object, Type)
Convert value just uses the mapper if needed
Public methodConvertValueT(Object)
Convert value
Public methodCreateCommand(DataContext, SqlStatement)
Create a command
Public methodCreateCommand(DataContext, String, Object)
Create a command from string sql
Public methodCreateStoredProcedureCommand
Create a stored procedure command
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDatabaseName
Get the name of the database
Public methodGetHashCode (Inherited from Object.)
Public methodGetReadonlyConnection
Gets a readonly connection
Public methodGetType (Inherited from Object.)
Public methodGetWriteConnection
Get a connection that can be written to
Public methodMapParameterType
Map a parameter type from the provided type
Public methodMapSchemaDataType
Map datatype
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatActivity
Get status of server connection
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodUpgradeSchema(String)Overloaded.
Upgrade schema
(Defined by SqlFeatureUtil.)
Public Extension MethodUpgradeSchema(String, ActionSingle, String)Overloaded.
Upgrade the schema
(Defined by SqlFeatureUtil.)
Top
See Also