C# Class LinqField, code

ファイルを表示 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
DataType Type,
Name string
Value object

Public Methods

Method Description
LinqField ( string name, object value )
LinqField ( string name, object value, Type, dataType )
ToString ( ) : string

Method Details

LinqField() public method

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

LinqField() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

DataType public_oe property

public Type, DataType
return Type,

Name public_oe property

public string Name
return string

Value public_oe property

public object Value
return object