Click or drag to resize

FirebirdSQLProvider Methods

The FirebirdSQLProvider type exposes the following members.

Methods
  NameDescription
Public methodCloneConnection
Clone a connection
Public methodConvertValue(Object, Type)
Convert a value to the specified type
Public methodConvertValueT(Object)
Convert value
Public methodCreateCommand(DataContext, SqlStatement)
Create a command
Public methodCreateCommand(DataContext, String, Object)
Create a command
Public methodCreateStoredProcedureCommand
Create a stored procedure execution
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
Get a readonly connection
Public methodGetType (Inherited from Object.)
Public methodGetWriteConnection
Get a write connection
Public methodLock
Get a lock object for the specified database connection
Public methodMapParameterType
Map a parameter type from the provided type
Public methodMapSchemaDataType
Maps the specified data type
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatActivity
Stat the activity
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