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

파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 메소드들

메소드 설명
GetDataTypes ( bool includeParens ) : string[]
IsStringType ( string dataType ) : bool

비공개 메소드들

메소드 설명
PopulateArray ( ) : void
RemoveParens ( string dataType ) : string

메소드 상세

GetDataTypes() 공개 정적인 메소드

public static GetDataTypes ( bool includeParens ) : string[]
includeParens bool
리턴 string[]

IsStringType() 공개 정적인 메소드

public static IsStringType ( string dataType ) : bool
dataType string
리턴 bool