C# 클래스 MySql.Data.VisualStudio.DbObjects.DataRowHelpers

파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 메소드들

메소드 설명
GetValueAsInt32 ( DataRow row, string column ) : int
GetValueAsUInt64 ( DataRow row, string column ) : ulong

메소드 상세

GetValueAsInt32() 공개 정적인 메소드

public static GetValueAsInt32 ( DataRow row, string column ) : int
row System.Data.DataRow
column string
리턴 int

GetValueAsUInt64() 공개 정적인 메소드

public static GetValueAsUInt64 ( DataRow row, string column ) : ulong
row System.Data.DataRow
column string
리턴 ulong