C# Class Catnap.Database.SqlServerCe.SqlServerCeAdapter

Inheritance: BaseDbAdapter
Afficher le fichier Open project: timscott/catnap

Méthodes publiques

Méthode Description
ConvertFromDb ( object value, Type toType ) : object
ConvertToDb ( object value ) : object
CreateGetTableMetadataCommand ( string tableName, IDbCommandFactory commandFactory ) : IDbCommand
CreateLastInsertIdCommand ( string tableName, IDbCommandFactory commandFactory ) : IDbCommand
GetGeneralStringType ( ) : string
SqlServerCeAdapter ( ) : System
SqlServerCeAdapter ( Type connectionType ) : System
SqlServerCeAdapter ( string connectionTypeAssemblyName ) : System

Method Details

ConvertFromDb() public méthode

public ConvertFromDb ( object value, Type toType ) : object
value object
toType System.Type
Résultat object

ConvertToDb() public méthode

public ConvertToDb ( object value ) : object
value object
Résultat object

CreateGetTableMetadataCommand() public méthode

public CreateGetTableMetadataCommand ( string tableName, IDbCommandFactory commandFactory ) : IDbCommand
tableName string
commandFactory IDbCommandFactory
Résultat IDbCommand

CreateLastInsertIdCommand() public méthode

public CreateLastInsertIdCommand ( string tableName, IDbCommandFactory commandFactory ) : IDbCommand
tableName string
commandFactory IDbCommandFactory
Résultat IDbCommand

GetGeneralStringType() public méthode

public GetGeneralStringType ( ) : string
Résultat string

SqlServerCeAdapter() public méthode

public SqlServerCeAdapter ( ) : System
Résultat System

SqlServerCeAdapter() public méthode

public SqlServerCeAdapter ( Type connectionType ) : System
connectionType System.Type
Résultat System

SqlServerCeAdapter() public méthode

public SqlServerCeAdapter ( string connectionTypeAssemblyName ) : System
connectionTypeAssemblyName string
Résultat System