C# Class MySql.Data.MySqlClient.PropertyDefaultValue

Show file Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Properties

Property Type Description
DefaultValue object
Type System.Type

Public Methods

Method Description
PropertyDefaultValue ( Type t, object v ) : System

Method Details

PropertyDefaultValue() public method

public PropertyDefaultValue ( Type t, object v ) : System
t System.Type
v object
return System

Property Details

DefaultValue public property

public object DefaultValue
return object

Type public property

public Type,System Type
return System.Type