C# Class MySql.Data.VisualStudio.DbObjects.Metadata

ファイルを表示 Open project: Top-Cat/SteamBot

Public Methods

Method Description
GetDataTypes ( bool includeParens ) : string[]
IsStringType ( string dataType ) : bool

Private Methods

Method Description
PopulateArray ( ) : void
RemoveParens ( string dataType ) : string

Method Details

GetDataTypes() public static method

public static GetDataTypes ( bool includeParens ) : string[]
includeParens bool
return string[]

IsStringType() public static method

public static IsStringType ( string dataType ) : bool
dataType string
return bool