/// <summary></summary> public static UInt16SqlType GetUInt16() { string key = typeof(UInt16SqlType).Name; UInt16SqlType returnSqlType = ( UInt16SqlType )sqlTypes[key]; if (returnSqlType == null) { returnSqlType = new UInt16SqlType(); sqlTypes.Add(key, returnSqlType); } return(returnSqlType); }
/// <summary></summary> public static UInt16SqlType GetUInt16() { string key = typeof( UInt16SqlType ).Name; UInt16SqlType returnSqlType = ( UInt16SqlType ) sqlTypes[ key ]; if( returnSqlType == null ) { returnSqlType = new UInt16SqlType(); sqlTypes.Add( key, returnSqlType ); } return returnSqlType; }