C# Class LinqField, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Свойство Type Description
DataType Type,
Name string
Value object

Méthodes publiques

Méthode Description
LinqField ( string name, object value )
LinqField ( string name, object value, Type, dataType )
ToString ( ) : string

Method Details

LinqField() public méthode

public LinqField ( string name, object value )
name string
value object

LinqField() public méthode

public LinqField ( string name, object value, Type, dataType )
name string
value object
dataType Type,

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

DataType public_oe property

public Type, DataType
Résultat Type,

Name public_oe property

public string Name
Résultat string

Value public_oe property

public object Value
Résultat object