C# 클래스 CSDataBase.cDatabaseGlobals

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net

공개 프로퍼티들

프로퍼티 타입 설명
Silent bool

공개 메소드들

메소드 설명
getAdoTypeFromDataType ( csDataType dataType ) : csAdoDataType
getDataTypeFromAdo ( int adoDBType ) : csDataType
getDataTypeFromString ( string dataType ) : csDataType
isNumberField ( int fieldType ) : bool

메소드 상세

getAdoTypeFromDataType() 공개 정적인 메소드

public static getAdoTypeFromDataType ( csDataType dataType ) : csAdoDataType
dataType csDataType
리턴 csAdoDataType

getDataTypeFromAdo() 공개 정적인 메소드

public static getDataTypeFromAdo ( int adoDBType ) : csDataType
adoDBType int
리턴 csDataType

getDataTypeFromString() 공개 정적인 메소드

public static getDataTypeFromString ( string dataType ) : csDataType
dataType string
리턴 csDataType

isNumberField() 공개 정적인 메소드

public static isNumberField ( int fieldType ) : bool
fieldType int
리턴 bool

프로퍼티 상세

Silent 공개적으로 정적으로 프로퍼티

public static bool Silent
리턴 bool