Azavea.Open.DAO.OleDb.OleDbAccessDaLayer.GetLongType C# (CSharp) 메소드

GetLongType() 보호된 메소드

Returns the SQL type used to store a long in the DB.
protected GetLongType ( ) : string
리턴 string
        protected override string GetLongType()
        {
            return "BIGINT";
        }