C# Class wmib.Database.Bind

Mostrar archivo Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Name string
Type DataType
Value string

Public Methods

Method Description
Bind ( string name, string value, DataType type ) : System

Method Details

Bind() public method

public Bind ( string name, string value, DataType type ) : System
name string
value string
type DataType
return System

Property Details

Name public_oe property

public string Name
return string

Type public_oe property

public DataType Type
return DataType

Value public_oe property

public string Value
return string