ATMLDataAccessLibrary.db.beans.LuConnectorConfigurationBean.LuConnectorConfigurationBean C# (CSharp) 메소드

LuConnectorConfigurationBean() 공개 메소드

public LuConnectorConfigurationBean ( ) : System
리턴 System
        public LuConnectorConfigurationBean( )
            : base(_TABLE_NAME)
        {
            if( fieldMap.ContainsKey(_ID) )
                fieldMap[_ID] = null;
            else
                fieldMap.Add(_ID, null );
            if( fieldMap.ContainsKey(_CONNECTOR_ID) )
                fieldMap[_CONNECTOR_ID] = null;
            else
                fieldMap.Add(_CONNECTOR_ID, null );
            if( fieldMap.ContainsKey(_CONFIG_NAME) )
                fieldMap[_CONFIG_NAME] = null;
            else
                fieldMap.Add(_CONFIG_NAME, null );
            initialize();
        }

Same methods

LuConnectorConfigurationBean::LuConnectorConfigurationBean ( System.Data.OleDb.OleDbDataReader reader ) : System