Azavea.Open.DAO.OleDb.OleDbOracleDaLayer.GetByteArrayType C# (CSharp) 메소드

GetByteArrayType() 보호된 메소드

Returns the SQL type used to store a byte array in the DB.
protected GetByteArrayType ( ) : string
리턴 string
        protected override string GetByteArrayType()
        {
            return "BLOB";
        }