C# Class Revenj.DatabasePersistence.Postgres.QueryGeneration.QueryComposition.QueryParts.ColumnValue

ファイルを表示 Open project: ngs-doo/revenj

Public Properties

Property Type Description
GetValue object>.Func
Name string
Type System.Type

Public Methods

Method Description
ColumnValue ( System pi ) : System
GetBackendValue ( object value ) : string

Method Details

ColumnValue() public method

public ColumnValue ( System pi ) : System
pi System
return System

GetBackendValue() public method

public GetBackendValue ( object value ) : string
value object
return string

Property Details

GetValue public_oe property

public Func GetValue
return object>.Func

Name public_oe property

public string Name
return string

Type public_oe property

public Type,System Type
return System.Type