C# Class System.Data.SQLite.SQLiteParameter

Show file Open project: stoennies/raumwiese Class Usage Examples

Public Properties

Property Type Description
__parameter Mono.Data.Sqlite.SqliteParameter

Public Methods

Method Description
SQLiteParameter ( string str, System type ) : System

Method Details

SQLiteParameter() public method

public SQLiteParameter ( string str, System type ) : System
str string
type System
return System

Property Details

__parameter public property

public Mono.Data.Sqlite.SqliteParameter __parameter
return Mono.Data.Sqlite.SqliteParameter