C# 클래스 Catnap.Database.SqlServerCe.SqlServerCeAdapter

상속: BaseDbAdapter
파일 보기 프로젝트 열기: timscott/catnap

공개 메소드들

메소드 설명
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

메소드 상세

ConvertFromDb() 공개 메소드

public ConvertFromDb ( object value, Type toType ) : object
value object
toType System.Type
리턴 object

ConvertToDb() 공개 메소드

public ConvertToDb ( object value ) : object
value object
리턴 object

CreateGetTableMetadataCommand() 공개 메소드

public CreateGetTableMetadataCommand ( string tableName, IDbCommandFactory commandFactory ) : IDbCommand
tableName string
commandFactory IDbCommandFactory
리턴 IDbCommand

CreateLastInsertIdCommand() 공개 메소드

public CreateLastInsertIdCommand ( string tableName, IDbCommandFactory commandFactory ) : IDbCommand
tableName string
commandFactory IDbCommandFactory
리턴 IDbCommand

GetGeneralStringType() 공개 메소드

public GetGeneralStringType ( ) : string
리턴 string

SqlServerCeAdapter() 공개 메소드

public SqlServerCeAdapter ( ) : System
리턴 System

SqlServerCeAdapter() 공개 메소드

public SqlServerCeAdapter ( Type connectionType ) : System
connectionType System.Type
리턴 System

SqlServerCeAdapter() 공개 메소드

public SqlServerCeAdapter ( string connectionTypeAssemblyName ) : System
connectionTypeAssemblyName string
리턴 System