C# 클래스 SQLiteNetCipher.Sample.Data.MyDatabase

상속: SecureDatabase
파일 보기 프로젝트 열기: has-taiar/SQLite.Net.Cipher

공개 메소드들

메소드 설명
MyDatabase ( ISQLitePlatform platform, string dbfile, ICryptoService cryptoService ) : SQLite.Net.Cipher.Data

보호된 메소드들

메소드 설명
CreateTables ( ) : void

메소드 상세

CreateTables() 보호된 메소드

protected CreateTables ( ) : void
리턴 void

MyDatabase() 공개 메소드

public MyDatabase ( ISQLitePlatform platform, string dbfile, ICryptoService cryptoService ) : SQLite.Net.Cipher.Data
platform ISQLitePlatform
dbfile string
cryptoService ICryptoService
리턴 SQLite.Net.Cipher.Data