C# Class Community.CsharpSqlite.Sqlite3.sPragmaType

Exibir arquivo Open project: koush/csharp-sqlite

Public Properties

Property Type Description
mask int
zName string

Public Methods

Method Description
sPragmaType ( string zName, int mask ) : System

Method Details

sPragmaType() public method

public sPragmaType ( string zName, int mask ) : System
zName string
mask int
return System

Property Details

mask public_oe property

public int mask
return int

zName public_oe property

public string zName
return string