C# Class System.Data.Common.DbConnection.ColumnInfo

Exibir arquivo Open project: kumpera/mono

Public Properties

Property Type Description
name string
type Type

Public Methods

Method Description
ColumnInfo ( string name, Type type ) : System.ComponentModel

Method Details

ColumnInfo() public method

public ColumnInfo ( string name, Type type ) : System.ComponentModel
name string
type Type
return System.ComponentModel

Property Details

name public_oe property

public string name
return string

type public_oe property

public Type type
return Type