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

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
name string
type Type

Méthodes publiques

Méthode Description
ColumnInfo ( string name, Type type ) : System.ComponentModel

Method Details

ColumnInfo() public méthode

public ColumnInfo ( string name, Type type ) : System.ComponentModel
name string
type Type
Résultat System.ComponentModel

Property Details

name public_oe property

public string name
Résultat string

type public_oe property

public Type type
Résultat Type