C# 클래스 BelhardTraining.Extensions.DbDataReaderExtensions

파일 보기 프로젝트 열기: bazile/Training

공개 메소드들

메소드 설명
GetBoolean ( this reader, string columnName ) : bool
GetByte ( this reader, string columnName ) : byte
GetDateTime ( this reader, string columnName ) : System.DateTime
GetDecimal ( this reader, string columnName ) : decimal
GetDouble ( this reader, string columnName ) : double
GetGuid ( this reader, string columnName ) : System.Guid
GetInt16 ( this reader, string columnName ) : short
GetInt32 ( this reader, string columnName ) : int
GetInt64 ( this reader, string columnName ) : long
GetNullableBoolean ( this reader, string columnName ) : bool?
GetNullableByte ( this reader, string columnName ) : byte?
GetNullableDateTime ( this reader, string columnName ) : DateTime?
GetNullableDecimal ( this reader, string columnName ) : decimal?
GetNullableDouble ( this reader, string columnName ) : double?
GetNullableGuid ( this reader, string columnName ) : Guid?
GetNullableInt16 ( this reader, string columnName ) : short?
GetNullableInt32 ( this reader, string columnName ) : int?
GetNullableInt64 ( this reader, string columnName ) : long?
GetString ( this reader, string columnName ) : string

메소드 상세

GetBoolean() 공개 정적인 메소드

public static GetBoolean ( this reader, string columnName ) : bool
reader this
columnName string
리턴 bool

GetByte() 공개 정적인 메소드

public static GetByte ( this reader, string columnName ) : byte
reader this
columnName string
리턴 byte

GetDateTime() 공개 정적인 메소드

public static GetDateTime ( this reader, string columnName ) : System.DateTime
reader this
columnName string
리턴 System.DateTime

GetDecimal() 공개 정적인 메소드

public static GetDecimal ( this reader, string columnName ) : decimal
reader this
columnName string
리턴 decimal

GetDouble() 공개 정적인 메소드

public static GetDouble ( this reader, string columnName ) : double
reader this
columnName string
리턴 double

GetGuid() 공개 정적인 메소드

public static GetGuid ( this reader, string columnName ) : System.Guid
reader this
columnName string
리턴 System.Guid

GetInt16() 공개 정적인 메소드

public static GetInt16 ( this reader, string columnName ) : short
reader this
columnName string
리턴 short

GetInt32() 공개 정적인 메소드

public static GetInt32 ( this reader, string columnName ) : int
reader this
columnName string
리턴 int

GetInt64() 공개 정적인 메소드

public static GetInt64 ( this reader, string columnName ) : long
reader this
columnName string
리턴 long

GetNullableBoolean() 공개 정적인 메소드

public static GetNullableBoolean ( this reader, string columnName ) : bool?
reader this
columnName string
리턴 bool?

GetNullableByte() 공개 정적인 메소드

public static GetNullableByte ( this reader, string columnName ) : byte?
reader this
columnName string
리턴 byte?

GetNullableDateTime() 공개 정적인 메소드

public static GetNullableDateTime ( this reader, string columnName ) : DateTime?
reader this
columnName string
리턴 DateTime?

GetNullableDecimal() 공개 정적인 메소드

public static GetNullableDecimal ( this reader, string columnName ) : decimal?
reader this
columnName string
리턴 decimal?

GetNullableDouble() 공개 정적인 메소드

public static GetNullableDouble ( this reader, string columnName ) : double?
reader this
columnName string
리턴 double?

GetNullableGuid() 공개 정적인 메소드

public static GetNullableGuid ( this reader, string columnName ) : Guid?
reader this
columnName string
리턴 Guid?

GetNullableInt16() 공개 정적인 메소드

public static GetNullableInt16 ( this reader, string columnName ) : short?
reader this
columnName string
리턴 short?

GetNullableInt32() 공개 정적인 메소드

public static GetNullableInt32 ( this reader, string columnName ) : int?
reader this
columnName string
리턴 int?

GetNullableInt64() 공개 정적인 메소드

public static GetNullableInt64 ( this reader, string columnName ) : long?
reader this
columnName string
리턴 long?

GetString() 공개 정적인 메소드

public static GetString ( this reader, string columnName ) : string
reader this
columnName string
리턴 string