C# Class wmib.WMIBMySQL.SerializedRow

Mostra file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
row Row
table string

Public Methods

Method Description
SerializedRow ( ) : System
SerializedRow ( string name, Row _row ) : System

Method Details

SerializedRow() public method

public SerializedRow ( ) : System
return System

SerializedRow() public method

public SerializedRow ( string name, Row _row ) : System
name string
_row Row
return System

Property Details

row public_oe property

public Row row
return Row

table public_oe property

public string table
return string