C# Class Upscaledb.Parameter

Show file Open project: cruppstahl/upscaledb Class Usage Examples

Public Properties

Property Type Description
name int
value System.Int64

Property Details

name public property

The name of this Parameter
public int name
return int

value public property

The value of this Parameter
public Int64,System value
return System.Int64