ATMLDataAccessLibrary.db.beans.BASEBean.BASEBean C# (CSharp) Method

BASEBean() public method

public BASEBean ( String tableName ) : System
tableName String
return System
        public BASEBean( String tableName )
        {
            this.TableName = tableName;
        }

Same methods

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