C# Class NLite.Data.Test.Primitive.TestConvertVoid

ファイルを表示 Open project: netcasewqs/elinq

Protected Properties

Property Type Description
Connection IConnection

Public Methods

Method Description
TestConvertVoid ( ) : System
ToBoolean ( string nColumn ) : void

ToBoolean

ToByte ( string nColumn, byte m ) : void
ToChar ( string nColumn, char m ) : void
ToDateTime ( string nColumn, System.DateTime m ) : void
ToDecimal ( string nColumn, decimal m ) : void
ToDouble ( string nColumn, double m ) : void
ToInt16 ( string nColumn, Int16 m ) : void
ToInt32 ( string nColumn, Int32 m ) : void
ToInt64 ( string nColumn, System.Int64 m ) : void
ToSByte ( string nColumn, sbyte m ) : void
ToSingle ( string nColumn, System.Single m ) : void
ToString ( string nColumn, string m ) : void
ToUInt16 ( string nColumn, UInt16 m ) : void
ToUInt32 ( string nColumn, UInt32 m ) : void
ToUInt64 ( string nColumn, System.UInt64 m ) : void

Method Details

TestConvertVoid() public method

public TestConvertVoid ( ) : System
return System

ToBoolean() public method

ToBoolean
public ToBoolean ( string nColumn ) : void
nColumn string
return void

ToByte() public method

public ToByte ( string nColumn, byte m ) : void
nColumn string
m byte
return void

ToChar() public method

public ToChar ( string nColumn, char m ) : void
nColumn string
m char
return void

ToDateTime() public method

public ToDateTime ( string nColumn, System.DateTime m ) : void
nColumn string
m System.DateTime
return void

ToDecimal() public method

public ToDecimal ( string nColumn, decimal m ) : void
nColumn string
m decimal
return void

ToDouble() public method

public ToDouble ( string nColumn, double m ) : void
nColumn string
m double
return void

ToInt16() public method

public ToInt16 ( string nColumn, Int16 m ) : void
nColumn string
m System.Int16
return void

ToInt32() public method

public ToInt32 ( string nColumn, Int32 m ) : void
nColumn string
m System.Int32
return void

ToInt64() public method

public ToInt64 ( string nColumn, System.Int64 m ) : void
nColumn string
m System.Int64
return void

ToSByte() public method

public ToSByte ( string nColumn, sbyte m ) : void
nColumn string
m sbyte
return void

ToSingle() public method

public ToSingle ( string nColumn, System.Single m ) : void
nColumn string
m System.Single
return void

ToString() public method

public ToString ( string nColumn, string m ) : void
nColumn string
m string
return void

ToUInt16() public method

public ToUInt16 ( string nColumn, UInt16 m ) : void
nColumn string
m System.UInt16
return void

ToUInt32() public method

public ToUInt32 ( string nColumn, UInt32 m ) : void
nColumn string
m System.UInt32
return void

ToUInt64() public method

public ToUInt64 ( string nColumn, System.UInt64 m ) : void
nColumn string
m System.UInt64
return void

Property Details

Connection protected_oe property

protected IConnection Connection
return IConnection