C# Class wmib.Database.Bind

Show file 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 property

public string Name
return string

Type public property

public DataType Type
return DataType

Value public property

public string Value
return string