C# Class IQMap.Implementation.SqlValue

Inheritance: ISqlValue
ファイルを表示 Open project: jamietre/IQMap Class Usage Examples

Protected Properties

Property Type Description
_Value object

Public Methods

Method Description
Clone ( ) : ISqlValue
SqlValue ( ) : System
SqlValue ( object value ) : System
ValueString ( ) : string
ValueString ( string template ) : string

Method Details

Clone() public method

public Clone ( ) : ISqlValue
return ISqlValue

SqlValue() public method

public SqlValue ( ) : System
return System

SqlValue() public method

public SqlValue ( object value ) : System
value object
return System

ValueString() public method

public ValueString ( ) : string
return string

ValueString() public method

public ValueString ( string template ) : string
template string
return string

Property Details

_Value protected_oe property

protected object _Value
return object